C# 클래스 GameBase.Config.IniSection

Ini节点
파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddKeyValue() 공개 메소드

public AddKeyValue ( string key, string value ) : void
key string
value string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

IniSection() 공개 메소드

public IniSection ( String SName ) : System
SName String
리턴 System

ReadValue() 공개 메소드

public ReadValue ( string key, System.DateTime defaultv ) : System.DateTime
key string
defaultv System.DateTime
리턴 System.DateTime

ReadValue() 공개 메소드

public ReadValue ( string key, bool defaultv ) : bool
key string
defaultv bool
리턴 bool

ReadValue() 공개 메소드

public ReadValue ( string key, float defaultv ) : float
key string
defaultv float
리턴 float

ReadValue() 공개 메소드

public ReadValue ( string key, int defaultv ) : int
key string
defaultv int
리턴 int

ReadValue() 공개 메소드

public ReadValue ( string key, string defaultv ) : string
key string
defaultv string
리턴 string

SaveToStream() 공개 메소드

public SaveToStream ( Stream stream ) : void
stream Stream
리턴 void

SaveToStream() 공개 메소드

public SaveToStream ( StreamWriter SW ) : void
SW System.IO.StreamWriter
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string key, System.DateTime value ) : void
key string
value System.DateTime
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string key, bool value ) : void
key string
value bool
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string key, float value ) : void
key string
value float
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string key, int value ) : void
key string
value int
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string key, string value ) : void
key string
value string
리턴 void