C# Class Inazuma.PetitClr.Core.PetitClrRuntime

Afficher le fichier Open project: mayuki/Inazuma Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
PetitClrRuntime ( ) : System

Method Details

AllocateObject() public static méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void