C# Class Kirikiri.Tjs2.VariantPool

ファイルを表示 Open project: fantasydr/krkr-cs Class Usage Examples

Public Methods

Method Description
Allocate ( ) : Variant
Allocate ( ByteBuffer value ) : Variant
Allocate ( Dispatch2 dsp ) : Variant
Allocate ( Dispatch2 dsp, Dispatch2 dsp2 ) : Variant
Allocate ( Variant value ) : Variant
Allocate ( double value ) : Variant
Allocate ( int value ) : Variant
Allocate ( string value ) : Variant
Release ( Variant va ) : void
VariantPool ( ) : Kirikiri.Tjs2

Method Details

Allocate() public method

public Allocate ( ) : Variant
return Variant

Allocate() public method

public Allocate ( ByteBuffer value ) : Variant
value Sharpen.ByteBuffer
return Variant

Allocate() public method

public Allocate ( Dispatch2 dsp ) : Variant
dsp Dispatch2
return Variant

Allocate() public method

public Allocate ( Dispatch2 dsp, Dispatch2 dsp2 ) : Variant
dsp Dispatch2
dsp2 Dispatch2
return Variant

Allocate() public method

public Allocate ( Variant value ) : Variant
value Variant
return Variant

Allocate() public method

public Allocate ( double value ) : Variant
value double
return Variant

Allocate() public method

public Allocate ( int value ) : Variant
value int
return Variant

Allocate() public method

public Allocate ( string value ) : Variant
value string
return Variant

Release() public method

public Release ( Variant va ) : void
va Variant
return void

VariantPool() public method

public VariantPool ( ) : Kirikiri.Tjs2
return Kirikiri.Tjs2