C# Class Kirikiri.Tjs2.SymbolData

Show file Open project: fantasydr/krkr-cs Class Usage Examples

Public Properties

Property Type Description
mFlags int
mHash int
mName string
mNext SymbolData
mSymFlags int
mValue Variant

Public Methods

Method Description
Destory ( ) : void
GetName ( ) : string
NameMatch ( string name ) : bool
PostClear ( ) : void
ReShare ( ) : void
SelfClear ( ) : void
SetName ( string name, int hash ) : void
ToString ( ) : string

Private Methods

Method Description
SetNameInternal ( string name ) : void

Method Details

Destory() public method

public Destory ( ) : void
return void

GetName() public method

public GetName ( ) : string
return string

NameMatch() public method

public NameMatch ( string name ) : bool
name string
return bool

PostClear() public method

public PostClear ( ) : void
return void

ReShare() public method

public ReShare ( ) : void
return void

SelfClear() public method

public SelfClear ( ) : void
return void

SetName() public method

public SetName ( string name, int hash ) : void
name string
hash int
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

mFlags public property

public int mFlags
return int

mHash public property

public int mHash
return int

mName public property

public string mName
return string

mNext public property

public SymbolData,Kirikiri.Tjs2 mNext
return SymbolData

mSymFlags public property

public int mSymFlags
return int

mValue public property

public Variant,Kirikiri.Tjs2 mValue
return Variant