IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.Castclass Class Referencesealed
Inheritance diagram for IKVM.Tools.Importer.MapXml.Castclass:
IKVM.Tools.Importer.MapXml.TypeOrTypeWrapperInstruction IKVM.Tools.Importer.MapXml.Instruction IKVM.Tools.Importer.MapXml.MapXmlElement

Public Member Functions

 Castclass ()
 Initializes a new instance.
 

Static Public Member Functions

static new Castclass Read (XElement element)
 Reads the XML element into a new Castclass instance.
 
- Static Public Member Functions inherited from IKVM.Tools.Importer.MapXml.TypeOrTypeWrapperInstruction
static void Load (TypeOrTypeWrapperInstruction inst, XElement element)
 Loads the XML element into a TypeOrTypeWrapperInstruction instance.
 
- Static Public Member Functions inherited from IKVM.Tools.Importer.MapXml.Instruction
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.
 
- Package Functions inherited from IKVM.Tools.Importer.MapXml.TypeOrTypeWrapperInstruction
- Package Functions inherited from IKVM.Tools.Importer.MapXml.Instruction
- Package Attributes inherited from IKVM.Tools.Importer.MapXml.TypeOrTypeWrapperInstruction
- Properties inherited from IKVM.Tools.Importer.MapXml.TypeOrTypeWrapperInstruction
string Class [get, set]
 
string Type [get, set]
 
- 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.
 

Detailed Description

Definition at line 34 of file Castclass.cs.

Constructor & Destructor Documentation

◆ Castclass()

IKVM.Tools.Importer.MapXml.Castclass.Castclass ( )

Initializes a new instance.

Definition at line 52 of file Castclass.cs.

53 {
54
55 }

Member Function Documentation

◆ Read()

static new Castclass IKVM.Tools.Importer.MapXml.Castclass.Read ( XElement element)
static

Reads the XML element into a new Castclass instance.

Parameters
element
Returns

Definition at line 42 of file Castclass.cs.

43 {
44 var inst = new Castclass();
45 Load(inst, element);
46 return inst;
47 }
Castclass()
Initializes a new instance.
Definition Castclass.cs:52

The documentation for this class was generated from the following file: