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

파일 보기 프로젝트 열기: mayuki/Inazuma

Private Properties

프로퍼티 타입 설명
CreateInterfaceVtableMap void
CreateInterfacesFromTypeDef Inazuma.PetitClr.Core.Structure.MethodTable[]
CreateMethodSlotsFromTypeDef Inazuma.PetitClr.Core.Structure.MethodDesc[]
GetVirtualMethodDefsFromTypeDef Inazuma.Mono.Cecil.MethodDefinition[]
InitializeFieldDescs void
PlaceInstanceFields void
PlaceRegularStaticFields void
PlaceThreadStaticFields void

공개 메소드들

메소드 설명
BuildMethodTable ( ) : MethodTable
BuildMethodTable ( ClassLoader classLoader, TypeDefinition typeDef ) : MethodTable
MethodTableBuilder ( ClassLoader classLoader, TypeDefinition typeDef ) : System

비공개 메소드들

메소드 설명
CreateInterfaceVtableMap ( ) : void
CreateInterfacesFromTypeDef ( ) : Inazuma.PetitClr.Core.Structure.MethodTable[]
CreateMethodSlotsFromTypeDef ( TypeDefinition typeDef ) : Inazuma.PetitClr.Core.Structure.MethodDesc[]
GetVirtualMethodDefsFromTypeDef ( TypeDefinition typeDef ) : Inazuma.Mono.Cecil.MethodDefinition[]
InitializeFieldDescs ( ) : void
PlaceInstanceFields ( ) : void
PlaceRegularStaticFields ( ) : void
PlaceThreadStaticFields ( ) : void

메소드 상세

BuildMethodTable() 공개 메소드

public BuildMethodTable ( ) : MethodTable
리턴 MethodTable

BuildMethodTable() 공개 정적인 메소드

public static BuildMethodTable ( ClassLoader classLoader, TypeDefinition typeDef ) : MethodTable
classLoader Inazuma.PetitClr.Core.Loader.ClassLoader
typeDef Inazuma.Mono.Cecil.TypeDefinition
리턴 MethodTable

MethodTableBuilder() 공개 메소드

public MethodTableBuilder ( ClassLoader classLoader, TypeDefinition typeDef ) : System
classLoader Inazuma.PetitClr.Core.Loader.ClassLoader
typeDef Inazuma.Mono.Cecil.TypeDefinition
리턴 System