C# Class GameBase.Config.IniSection

Ini节点
Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Méthode Description
AddKeyValue ( string key, string value ) : void
Clear ( ) : void
IniSection ( String SName ) : System
ReadValue ( string key, System.DateTime defaultv ) : System.DateTime
ReadValue ( string key, bool defaultv ) : bool
ReadValue ( string key, float defaultv ) : float
ReadValue ( string key, int defaultv ) : int
ReadValue ( string key, string defaultv ) : string
SaveToStream ( Stream stream ) : void
SaveToStream ( StreamWriter SW ) : void
WriteValue ( string key, System.DateTime value ) : void
WriteValue ( string key, bool value ) : void
WriteValue ( string key, float value ) : void
WriteValue ( string key, int value ) : void
WriteValue ( string key, string value ) : void

Method Details

AddKeyValue() public méthode

public AddKeyValue ( string key, string value ) : void
key string
value string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

IniSection() public méthode

public IniSection ( String SName ) : System
SName String
Résultat System

ReadValue() public méthode

public ReadValue ( string key, System.DateTime defaultv ) : System.DateTime
key string
defaultv System.DateTime
Résultat System.DateTime

ReadValue() public méthode

public ReadValue ( string key, bool defaultv ) : bool
key string
defaultv bool
Résultat bool

ReadValue() public méthode

public ReadValue ( string key, float defaultv ) : float
key string
defaultv float
Résultat float

ReadValue() public méthode

public ReadValue ( string key, int defaultv ) : int
key string
defaultv int
Résultat int

ReadValue() public méthode

public ReadValue ( string key, string defaultv ) : string
key string
defaultv string
Résultat string

SaveToStream() public méthode

public SaveToStream ( Stream stream ) : void
stream Stream
Résultat void

SaveToStream() public méthode

public SaveToStream ( StreamWriter SW ) : void
SW System.IO.StreamWriter
Résultat void

WriteValue() public méthode

public WriteValue ( string key, System.DateTime value ) : void
key string
value System.DateTime
Résultat void

WriteValue() public méthode

public WriteValue ( string key, bool value ) : void
key string
value bool
Résultat void

WriteValue() public méthode

public WriteValue ( string key, float value ) : void
key string
value float
Résultat void

WriteValue() public méthode

public WriteValue ( string key, int value ) : void
key string
value int
Résultat void

WriteValue() public méthode

public WriteValue ( string key, string value ) : void
key string
value string
Résultat void