C# Class Kirikiri.Tjs2.SymbolData

Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Свойство Type Description
mFlags int
mHash int
mName string
mNext SymbolData
mSymFlags int
mValue Variant

Méthodes publiques

Méthode 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

Méthode Description
SetNameInternal ( string name ) : void

Method Details

Destory() public méthode

public Destory ( ) : void
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

NameMatch() public méthode

public NameMatch ( string name ) : bool
name string
Résultat bool

PostClear() public méthode

public PostClear ( ) : void
Résultat void

ReShare() public méthode

public ReShare ( ) : void
Résultat void

SelfClear() public méthode

public SelfClear ( ) : void
Résultat void

SetName() public méthode

public SetName ( string name, int hash ) : void
name string
hash int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

mFlags public_oe property

public int mFlags
Résultat int

mHash public_oe property

public int mHash
Résultat int

mName public_oe property

public string mName
Résultat string

mNext public_oe property

public SymbolData,Kirikiri.Tjs2 mNext
Résultat SymbolData

mSymFlags public_oe property

public int mSymFlags
Résultat int

mValue public_oe property

public Variant,Kirikiri.Tjs2 mValue
Résultat Variant