C# 클래스 Mosa.Runtime.MetadataTypeStruct

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

공개 프로퍼티들

프로퍼티 타입 설명
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*

공개 메소드들

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

메소드 상세

GetMethodDefinitionAddress() 공개 정적인 메소드

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

프로퍼티 상세

Assembly 공개적으로 프로퍼티

public uint* Assembly
리턴 uint*

Attributes 공개적으로 프로퍼티

public uint Attributes
리턴 uint

Bitmap 공개적으로 프로퍼티

public uint* Bitmap
리턴 uint*

CustomAttributes 공개적으로 프로퍼티

public uint* CustomAttributes
리턴 uint*

DeclaringType 공개적으로 프로퍼티

public MetadataTypeStruct* DeclaringType
리턴 MetadataTypeStruct*

DefaultConstructor 공개적으로 프로퍼티

public MetadataMethodStruct* DefaultConstructor
리턴 MetadataMethodStruct*

ElementType 공개적으로 프로퍼티

public MetadataTypeStruct* ElementType
리턴 MetadataTypeStruct*

Fields 공개적으로 프로퍼티

public uint* Fields
리턴 uint*

Name 공개적으로 프로퍼티

public uint* Name
리턴 uint*

NumberOfMethods 공개적으로 프로퍼티

public uint NumberOfMethods
리턴 uint

ParentType 공개적으로 프로퍼티

public MetadataTypeStruct* ParentType
리턴 MetadataTypeStruct*

Properties 공개적으로 프로퍼티

public uint* Properties
리턴 uint*

Size 공개적으로 프로퍼티

public uint Size
리턴 uint

SlotTable 공개적으로 프로퍼티

public uint* SlotTable
리턴 uint*