C# Class Inazuma.PetitClr.Core.Structure.MethodTableBuilder

Afficher le fichier Open project: mayuki/Inazuma

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
BuildMethodTable ( ) : MethodTable
BuildMethodTable ( ClassLoader classLoader, TypeDefinition typeDef ) : MethodTable
MethodTableBuilder ( ClassLoader classLoader, TypeDefinition typeDef ) : System

Private Methods

Méthode Description
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

Method Details

BuildMethodTable() public méthode

public BuildMethodTable ( ) : MethodTable
Résultat MethodTable

BuildMethodTable() public static méthode

public static BuildMethodTable ( ClassLoader classLoader, TypeDefinition typeDef ) : MethodTable
classLoader Inazuma.PetitClr.Core.Loader.ClassLoader
typeDef Inazuma.Mono.Cecil.TypeDefinition
Résultat MethodTable

MethodTableBuilder() public méthode

public MethodTableBuilder ( ClassLoader classLoader, TypeDefinition typeDef ) : System
classLoader Inazuma.PetitClr.Core.Loader.ClassLoader
typeDef Inazuma.Mono.Cecil.TypeDefinition
Résultat System