C# 클래스 Kirikiri.Tjs2.VariantPool

파일 보기 프로젝트 열기: fantasydr/krkr-cs 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Allocate() 공개 메소드

public Allocate ( ) : Variant
리턴 Variant

Allocate() 공개 메소드

public Allocate ( ByteBuffer value ) : Variant
value Sharpen.ByteBuffer
리턴 Variant

Allocate() 공개 메소드

public Allocate ( Dispatch2 dsp ) : Variant
dsp Dispatch2
리턴 Variant

Allocate() 공개 메소드

public Allocate ( Dispatch2 dsp, Dispatch2 dsp2 ) : Variant
dsp Dispatch2
dsp2 Dispatch2
리턴 Variant

Allocate() 공개 메소드

public Allocate ( Variant value ) : Variant
value Variant
리턴 Variant

Allocate() 공개 메소드

public Allocate ( double value ) : Variant
value double
리턴 Variant

Allocate() 공개 메소드

public Allocate ( int value ) : Variant
value int
리턴 Variant

Allocate() 공개 메소드

public Allocate ( string value ) : Variant
value string
리턴 Variant

Release() 공개 메소드

public Release ( Variant va ) : void
va Variant
리턴 void

VariantPool() 공개 메소드

public VariantPool ( ) : Kirikiri.Tjs2
리턴 Kirikiri.Tjs2