|
| byte | ArgNum [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.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
Definition at line 33 of file LdArg_S.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.LdArg_S.Load |
( |
LdArg_S | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 53 of file LdArg_S.cs.
54 {
56 inst.ArgNum = (byte)(int)element.Attribute("argNum");
57 }
IKVM.Runtime.ClassFile.Method.Instruction Instruction
◆ Read()
| static new LdArg_S IKVM.Tools.Importer.MapXml.LdArg_S.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new LdArg_S instance.
- Parameters
-
- Returns
Definition at line 41 of file LdArg_S.cs.
42 {
43 var inst = new LdArg_S();
45 return inst;
46 }
◆ ArgNum
| byte IKVM.Tools.Importer.MapXml.LdArg_S.ArgNum |
|
getset |
The documentation for this class was generated from the following file: