C# Class Kirikiri.Tjs2.ByteCodeLoader.ObjectsCache

Exibir arquivo Open project: fantasydr/krkr-cs Class Usage Examples

Public Properties

Property Type Description
mObjs Kirikiri.Tjs2.InterCodeObject[]
mParent int[]
mPropGetter int[]
mPropSetter int[]
mProperties int[][]
mSuperClassGetter int[]
mWork AList

Public Methods

Method Description
Create ( int count ) : void
Release ( ) : void

Method Details

Create() public method

public Create ( int count ) : void
count int
return void

Release() public method

public Release ( ) : void
return void

Property Details

mObjs public_oe property

public InterCodeObject[],Kirikiri.Tjs2 mObjs
return Kirikiri.Tjs2.InterCodeObject[]

mParent public_oe property

public int[] mParent
return int[]

mPropGetter public_oe property

public int[] mPropGetter
return int[]

mPropSetter public_oe property

public int[] mPropSetter
return int[]

mProperties public_oe property

public int[][] mProperties
return int[][]

mSuperClassGetter public_oe property

public int[] mSuperClassGetter
return int[]

mWork public_oe property

public AList mWork
return AList