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

Mostrar archivo Open project: mayuki/Inazuma

Private Properties

Property 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

Public Methods

Method Description
BuildMethodTable ( ) : MethodTable
BuildMethodTable ( ClassLoader classLoader, TypeDefinition typeDef ) : MethodTable
MethodTableBuilder ( ClassLoader classLoader, TypeDefinition typeDef ) : System

Private Methods

Method 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 method

public BuildMethodTable ( ) : MethodTable
return MethodTable

BuildMethodTable() public static method

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

MethodTableBuilder() public method

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