C# Class Mosa.Runtime.MetadataMethodStruct

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

Méthodes publiques

Свойство Type Description
Attributes uint
CustomAttributes uint*
GCTrackingInformation uint*
Method void*
Name uint*
NumberOfParameters uint
ProtectedRegionTable MetadataPRTableStruct*
ReturnType MetadataTypeStruct*
StackSize uint

Méthodes publiques

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

Method Details

GetParameterDefinitionAddress() public static méthode

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

Property Details

Attributes public_oe property

public uint Attributes
Résultat uint

CustomAttributes public_oe property

public uint* CustomAttributes
Résultat uint*

GCTrackingInformation public_oe property

public uint* GCTrackingInformation
Résultat uint*

Method public_oe property

Points to the entry point of the method
public void* Method
Résultat void*

Name public_oe property

public uint* Name
Résultat uint*

NumberOfParameters public_oe property

public uint NumberOfParameters
Résultat uint

ProtectedRegionTable public_oe property

public MetadataPRTableStruct* ProtectedRegionTable
Résultat MetadataPRTableStruct*

ReturnType public_oe property

public MetadataTypeStruct* ReturnType
Résultat MetadataTypeStruct*

StackSize public_oe property

public uint StackSize
Résultat uint