C# Class Mosa.Runtime.MetadataTypeStruct

ファイルを表示 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
Assembly uint*
Attributes uint
Bitmap uint*
CustomAttributes uint*
DeclaringType MetadataTypeStruct*
DefaultConstructor MetadataMethodStruct*
ElementType MetadataTypeStruct*
Fields uint*
Name uint*
NumberOfMethods uint
ParentType MetadataTypeStruct*
Properties uint*
Size uint
SlotTable uint*

Public Methods

Method Description
GetMethodDefinitionAddress ( MetadataTypeStruct data, uint slot ) : MetadataMethodStruct*

Method Details

GetMethodDefinitionAddress() public static method

public static GetMethodDefinitionAddress ( MetadataTypeStruct data, uint slot ) : MetadataMethodStruct*
data MetadataTypeStruct
slot uint
return MetadataMethodStruct*

Property Details

Assembly public_oe property

public uint* Assembly
return uint*

Attributes public_oe property

public uint Attributes
return uint

Bitmap public_oe property

public uint* Bitmap
return uint*

CustomAttributes public_oe property

public uint* CustomAttributes
return uint*

DeclaringType public_oe property

public MetadataTypeStruct* DeclaringType
return MetadataTypeStruct*

DefaultConstructor public_oe property

public MetadataMethodStruct* DefaultConstructor
return MetadataMethodStruct*

ElementType public_oe property

public MetadataTypeStruct* ElementType
return MetadataTypeStruct*

Fields public_oe property

public uint* Fields
return uint*

Name public_oe property

public uint* Name
return uint*

NumberOfMethods public_oe property

public uint NumberOfMethods
return uint

ParentType public_oe property

public MetadataTypeStruct* ParentType
return MetadataTypeStruct*

Properties public_oe property

public uint* Properties
return uint*

Size public_oe property

public uint Size
return uint

SlotTable public_oe property

public uint* SlotTable
return uint*