Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Inazuma
PetitClr
Core
PetitClrRuntime
C# Class Inazuma.PetitClr.Core.PetitClrRuntime
ファイルを表示
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