C# 클래스 SMAdminTools.Classes.IniFile

파일 보기 프로젝트 열기: JuJuBoSc/SMAdminTools

공개 메소드들

메소드 설명
Flush ( ) : void
GetValue ( string SectionName, string Key, bool DefaultValue ) : bool
GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[]
GetValue ( string SectionName, string Key, double DefaultValue ) : double
GetValue ( string SectionName, string Key, int DefaultValue ) : int
GetValue ( string SectionName, string Key, string DefaultValue ) : string
IniFile ( string FileName ) : System
IniFile ( string FileName, bool Lazy ) : System
Refresh ( ) : void
SetValue ( string SectionName, string Key, bool Value ) : void
SetValue ( string SectionName, string Key, byte Value ) : void
SetValue ( string SectionName, string Key, double Value ) : void
SetValue ( string SectionName, string Key, int Value ) : void
SetValue ( string SectionName, string Key, string Value ) : void

비공개 메소드들

메소드 설명
DecodeByteArray ( string Value ) : byte[]
EncodeByteArray ( byte Value ) : string
Initialize ( string FileName, bool Lazy ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( string SectionName, string Key, bool DefaultValue ) : bool
SectionName string
Key string
DefaultValue bool
리턴 bool

GetValue() 공개 메소드

public GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[]
SectionName string
Key string
DefaultValue byte
리턴 byte[]

GetValue() 공개 메소드

public GetValue ( string SectionName, string Key, double DefaultValue ) : double
SectionName string
Key string
DefaultValue double
리턴 double

GetValue() 공개 메소드

public GetValue ( string SectionName, string Key, int DefaultValue ) : int
SectionName string
Key string
DefaultValue int
리턴 int

GetValue() 공개 메소드

public GetValue ( string SectionName, string Key, string DefaultValue ) : string
SectionName string
Key string
DefaultValue string
리턴 string

IniFile() 공개 메소드

public IniFile ( string FileName ) : System
FileName string
리턴 System

IniFile() 공개 메소드

public IniFile ( string FileName, bool Lazy ) : System
FileName string
Lazy bool
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( string SectionName, string Key, bool Value ) : void
SectionName string
Key string
Value bool
리턴 void

SetValue() 공개 메소드

public SetValue ( string SectionName, string Key, byte Value ) : void
SectionName string
Key string
Value byte
리턴 void

SetValue() 공개 메소드

public SetValue ( string SectionName, string Key, double Value ) : void
SectionName string
Key string
Value double
리턴 void

SetValue() 공개 메소드

public SetValue ( string SectionName, string Key, int Value ) : void
SectionName string
Key string
Value int
리턴 void

SetValue() 공개 메소드

public SetValue ( string SectionName, string Key, string Value ) : void
SectionName string
Key string
Value string
리턴 void