C# Class Kirikiri.Tjs2.DictionaryNI

Inheritance: NativeInstanceObject
ファイルを表示 Open project: fantasydr/krkr-cs

Public Methods

Method Description
Assign ( Dispatch2 dsp ) : void
Assign ( Dispatch2 dsp, bool clear ) : void
AssignStructure ( Dispatch2 dsp, AList stack ) : void
Clear ( ) : void
Construct ( Variant param, Dispatch2 tjsobj ) : int
DictionaryNI ( ) : Kirikiri.Tjs2
Invalidate ( ) : void
IsValid ( ) : bool
SaveStructuredData ( AList stack, TextWriteStreamInterface stream, string indentstr ) : void
ToString ( ) : string

Method Details

Assign() public method

public Assign ( Dispatch2 dsp ) : void
dsp Dispatch2
return void

Assign() public method

public Assign ( Dispatch2 dsp, bool clear ) : void
dsp Dispatch2
clear bool
return void

AssignStructure() public method

public AssignStructure ( Dispatch2 dsp, AList stack ) : void
dsp Dispatch2
stack AList
return void

Clear() public method

public Clear ( ) : void
return void

Construct() public method

public Construct ( Variant param, Dispatch2 tjsobj ) : int
param Variant
tjsobj Dispatch2
return int

DictionaryNI() public method

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

Invalidate() public method

public Invalidate ( ) : void
return void

IsValid() public method

public IsValid ( ) : bool
return bool

SaveStructuredData() public method

public SaveStructuredData ( AList stack, TextWriteStreamInterface stream, string indentstr ) : void
stack AList
stream TextWriteStreamInterface
indentstr string
return void

ToString() public method

public ToString ( ) : string
return string