|
| | Box () |
| | Initializes a new insance.
|
| |
|
| static new Box | Read (XElement element) |
| | Reads the XML element into a new Box instance.
|
| |
| static void | Load (Box inst, XElement element) |
| | Loads the XML element into the instruction.
|
| |
| static void | Load (TypeInstruction inst, XElement element) |
| |
| 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 | Type [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 Box.cs.
◆ Box()
| IKVM.Tools.Importer.MapXml.Box.Box |
( |
| ) |
|
Initializes a new insance.
Definition at line 61 of file Box.cs.
61 : base(OpCodes.Box)
62 {
63
64 }
◆ Load()
| static void IKVM.Tools.Importer.MapXml.Box.Load |
( |
Box | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 53 of file Box.cs.
54 {
55 Load((TypeInstruction)inst, element);
56 }
◆ Read()
| static new Box IKVM.Tools.Importer.MapXml.Box.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new Box instance.
- Parameters
-
- Returns
Definition at line 41 of file Box.cs.
42 {
45 return inst;
46 }
The documentation for this class was generated from the following file:
- src/IKVM.Tools.Importer/MapXml/Box.cs