C# Class Mosa.Runtime.MetadataTypeStruct

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Свойство 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*

Méthodes publiques

Méthode Description
GetMethodDefinitionAddress ( MetadataTypeStruct data, uint slot ) : MetadataMethodStruct*

Method Details

GetMethodDefinitionAddress() public static méthode

public static GetMethodDefinitionAddress ( MetadataTypeStruct data, uint slot ) : MetadataMethodStruct*
data MetadataTypeStruct
slot uint
Résultat MetadataMethodStruct*

Property Details

Assembly public_oe property

public uint* Assembly
Résultat uint*

Attributes public_oe property

public uint Attributes
Résultat uint

Bitmap public_oe property

public uint* Bitmap
Résultat uint*

CustomAttributes public_oe property

public uint* CustomAttributes
Résultat uint*

DeclaringType public_oe property

public MetadataTypeStruct* DeclaringType
Résultat MetadataTypeStruct*

DefaultConstructor public_oe property

public MetadataMethodStruct* DefaultConstructor
Résultat MetadataMethodStruct*

ElementType public_oe property

public MetadataTypeStruct* ElementType
Résultat MetadataTypeStruct*

Fields public_oe property

public uint* Fields
Résultat uint*

Name public_oe property

public uint* Name
Résultat uint*

NumberOfMethods public_oe property

public uint NumberOfMethods
Résultat uint

ParentType public_oe property

public MetadataTypeStruct* ParentType
Résultat MetadataTypeStruct*

Properties public_oe property

public uint* Properties
Résultat uint*

Size public_oe property

public uint Size
Résultat uint

SlotTable public_oe property

public uint* SlotTable
Résultat uint*