Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Inazuma
PetitClr
Core
PetitClrRuntime
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