C# Class Inazuma.PetitClr.Core.PetitClrRuntime

Mostrar archivo Open project: mayuki/Inazuma Class Usage Examples

Public Methods

Method Description
AllocateObject ( MethodTable methodTable, CorInfoType type = CorInfoType.Class ) : ObjectInstance
Initialize ( ) : void

Private Methods

Method Description
PetitClrRuntime ( ) : System

Method Details

AllocateObject() public static method

public static AllocateObject ( MethodTable methodTable, CorInfoType type = CorInfoType.Class ) : ObjectInstance
methodTable Inazuma.PetitClr.Core.Structure.MethodTable
type CorInfoType
return Inazuma.PetitClr.Core.Structure.ObjectInstance

Initialize() public method

public Initialize ( ) : void
return void