C# Class Mosa.Runtime.MetadataMethodStruct

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

Public Properties

Property Type Description
Attributes uint
CustomAttributes uint*
GCTrackingInformation uint*
Method void*
Name uint*
NumberOfParameters uint
ProtectedRegionTable MetadataPRTableStruct*
ReturnType MetadataTypeStruct*
StackSize uint

Public Methods

Method Description
GetParameterDefinitionAddress ( MetadataMethodStruct data, uint slot ) : uint*

Method Details

GetParameterDefinitionAddress() public static method

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

Property Details

Attributes public_oe property

public uint Attributes
return uint

CustomAttributes public_oe property

public uint* CustomAttributes
return uint*

GCTrackingInformation public_oe property

public uint* GCTrackingInformation
return uint*

Method public_oe property

Points to the entry point of the method
public void* Method
return void*

Name public_oe property

public uint* Name
return uint*

NumberOfParameters public_oe property

public uint NumberOfParameters
return uint

ProtectedRegionTable public_oe property

public MetadataPRTableStruct* ProtectedRegionTable
return MetadataPRTableStruct*

ReturnType public_oe property

public MetadataTypeStruct* ReturnType
return MetadataTypeStruct*

StackSize public_oe property

public uint StackSize
return uint