C# Class Mosa.Runtime.MetadataMethodStruct

Show file 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 property

public uint Attributes
return uint

CustomAttributes public property

public uint* CustomAttributes
return uint*

GCTrackingInformation public property

public uint* GCTrackingInformation
return uint*

Method public property

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

Name public property

public uint* Name
return uint*

NumberOfParameters public property

public uint NumberOfParameters
return uint

ProtectedRegionTable public property

public MetadataPRTableStruct* ProtectedRegionTable
return MetadataPRTableStruct*

ReturnType public property

public MetadataTypeStruct* ReturnType
return MetadataTypeStruct*

StackSize public property

public uint StackSize
return uint