C# Class Kirikiri.Tjs2.ArrayNI

Inheritance: NativeInstanceObject
Datei anzeigen Open project: fantasydr/krkr-cs Class Usage Examples

Public Properties

Property Type Description
mItems AList

Public Methods

Method Description
ArrayNI ( ) : Kirikiri.Tjs2
Assign ( Dispatch2 dsp ) : void
AssignStructure ( Dispatch2 dsp, AList stack ) : void
Construct ( Variant param, Dispatch2 tjsObj ) : int
SaveStructuredData ( AList stack, TextWriteStreamInterface stream, string indentstr ) : void
SaveStructuredDataForObject ( Dispatch2 dsp, AList stack, TextWriteStreamInterface stream, string indentstr ) : void

Method Details

ArrayNI() public method

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

Assign() public method

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

AssignStructure() public method

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

Construct() public method

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

SaveStructuredData() public method

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

SaveStructuredDataForObject() public static method

public static SaveStructuredDataForObject ( Dispatch2 dsp, AList stack, TextWriteStreamInterface stream, string indentstr ) : void
dsp Dispatch2
stack AList
stream TextWriteStreamInterface
indentstr string
return void

Property Details

mItems public_oe property

public AList mItems
return AList