C# 클래스 Inazuma.PetitClr.Core.Structure.MethodTable

파일 보기 프로젝트 열기: mayuki/Inazuma 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClassName string
EEClass Inazuma.PetitClr.Core.Structure.Class.EEClass
InterfaceMethodSlotMap int>.Dictionary
Interfaces Inazuma.PetitClr.Core.Structure.MethodTable[]
MdToken Inazuma.Mono.Cecil.MetadataToken
MethodSlots Inazuma.PetitClr.Core.Structure.MethodDesc[]
Module object
NumVirtuals int
ParentMethodTable MethodTable
StaticFields Inazuma.PetitClr.Core.Structure.ObjectInstance[]

공개 메소드들

메소드 설명
LookupMethod ( MetadataToken token ) : MethodDesc

메소드 상세

LookupMethod() 공개 메소드

public LookupMethod ( MetadataToken token ) : MethodDesc
token Inazuma.Mono.Cecil.MetadataToken
리턴 MethodDesc

프로퍼티 상세

ClassName 공개적으로 프로퍼티

public string ClassName
리턴 string

EEClass 공개적으로 프로퍼티

public EEClass,Inazuma.PetitClr.Core.Structure.Class EEClass
리턴 Inazuma.PetitClr.Core.Structure.Class.EEClass

InterfaceMethodSlotMap 공개적으로 프로퍼티

public Dictionary InterfaceMethodSlotMap
리턴 int>.Dictionary

Interfaces 공개적으로 프로퍼티

public MethodTable[],Inazuma.PetitClr.Core.Structure Interfaces
리턴 Inazuma.PetitClr.Core.Structure.MethodTable[]

MdToken 공개적으로 프로퍼티

public MetadataToken,Inazuma.Mono.Cecil MdToken
리턴 Inazuma.Mono.Cecil.MetadataToken

MethodSlots 공개적으로 프로퍼티

public MethodDesc[],Inazuma.PetitClr.Core.Structure MethodSlots
리턴 Inazuma.PetitClr.Core.Structure.MethodDesc[]

Module 공개적으로 프로퍼티

public object Module
리턴 object

NumVirtuals 공개적으로 프로퍼티

public int NumVirtuals
리턴 int

ParentMethodTable 공개적으로 프로퍼티

public MethodTable,Inazuma.PetitClr.Core.Structure ParentMethodTable
리턴 MethodTable

StaticFields 공개적으로 프로퍼티

public ObjectInstance[],Inazuma.PetitClr.Core.Structure StaticFields
리턴 Inazuma.PetitClr.Core.Structure.ObjectInstance[]