|
| static new Blt_Un | Read (XElement element) |
| | Reads the XML element into a new Blt_Un instance.
|
| |
| static void | Load (Blt_Un inst, XElement element) |
| | Loads the XML element into the instruction.
|
| |
| static void | Load (Branch inst, XElement element) |
| | Loads the XML element into the instruction.
|
| |
| static Instruction | Read (XElement element) |
| | Reads the XML element into a new InstructionList instance.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
| string | Name [get, set] |
| |
| int | LineNumber [get, set] |
| | Gets the line number in the source file where this element occurs.
|
| |
| int | LinePosition [get, set] |
| | Gets the line position in the source file where this element occurs.
|
| |
Definition at line 33 of file Blt_Un.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.Blt_Un.Load |
( |
Blt_Un | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 53 of file Blt_Un.cs.
◆ Read()
| static new Blt_Un IKVM.Tools.Importer.MapXml.Blt_Un.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new Blt_Un instance.
- Parameters
-
- Returns
Definition at line 41 of file Blt_Un.cs.
42 {
43 var inst = new Blt_Un();
45 return inst;
46 }
The documentation for this class was generated from the following file: