|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Base class for MapXML instruction instances. More...
Static Public Member Functions | |
| static Instruction | Read (XElement element) |
| Reads the XML element into a new InstructionList instance. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from IKVM.Tools.Importer.MapXml.MapXmlElement | |
| static void | Load (MapXmlElement e, XElement element) |
| Loads the XML element into the instance. | |
Properties inherited from IKVM.Tools.Importer.MapXml.MapXmlElement | |
| 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. | |
Base class for MapXML instruction instances.
Definition at line 14 of file Instruction.cs.
|
static |
Reads the XML element into a new InstructionList instance.
| element |
Definition at line 37 of file Instruction.cs.