C# Class Kirikiri.Tjs2.SymbolData

ファイルを表示 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_oe property

public int mFlags
return int

mHash public_oe property

public int mHash
return int

mName public_oe property

public string mName
return string

mNext public_oe property

public SymbolData,Kirikiri.Tjs2 mNext
return SymbolData

mSymFlags public_oe property

public int mSymFlags
return int

mValue public_oe property

public Variant,Kirikiri.Tjs2 mValue
return Variant