C# 클래스 Mosa.Runtime.MetadataMethodStruct

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes uint
CustomAttributes uint*
GCTrackingInformation uint*
Method void*
Name uint*
NumberOfParameters uint
ProtectedRegionTable MetadataPRTableStruct*
ReturnType MetadataTypeStruct*
StackSize uint

공개 메소드들

메소드 설명
GetParameterDefinitionAddress ( MetadataMethodStruct data, uint slot ) : uint*

메소드 상세

GetParameterDefinitionAddress() 공개 정적인 메소드

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

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public uint Attributes
리턴 uint

CustomAttributes 공개적으로 프로퍼티

public uint* CustomAttributes
리턴 uint*

GCTrackingInformation 공개적으로 프로퍼티

public uint* GCTrackingInformation
리턴 uint*

Method 공개적으로 프로퍼티

Points to the entry point of the method
public void* Method
리턴 void*

Name 공개적으로 프로퍼티

public uint* Name
리턴 uint*

NumberOfParameters 공개적으로 프로퍼티

public uint NumberOfParameters
리턴 uint

ProtectedRegionTable 공개적으로 프로퍼티

public MetadataPRTableStruct* ProtectedRegionTable
리턴 MetadataPRTableStruct*

ReturnType 공개적으로 프로퍼티

public MetadataTypeStruct* ReturnType
리턴 MetadataTypeStruct*

StackSize 공개적으로 프로퍼티

public uint StackSize
리턴 uint