|
| | IsInst () |
| | Initializes a new instance.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
| string | Class [get, set] |
| |
| 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 34 of file IsInst.cs.
◆ IsInst()
| IKVM.Tools.Importer.MapXml.IsInst.IsInst |
( |
| ) |
|
Initializes a new instance.
Definition at line 62 of file IsInst.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.IsInst.Load |
( |
IsInst | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 54 of file IsInst.cs.
55 {
56 Load((TypeOrTypeWrapperInstruction)inst, element);
57 }
◆ Read()
| static new IsInst IKVM.Tools.Importer.MapXml.IsInst.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new IsInst instance.
- Parameters
-
- Returns
Definition at line 42 of file IsInst.cs.
43 {
46 return inst;
47 }
The documentation for this class was generated from the following file: