C# 클래스 SimShift.Utils.IniReader

상속: IDisposable
파일 보기 프로젝트 열기: nlhans/SimShift 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_group IList
_handlers IList>

공개 메소드들

메소드 설명
AddHandler ( Action handler ) : void
ApplyGroup ( string group, bool nest ) : void
Dispose ( ) : void
IniReader ( string dataSource ) : System
IniReader ( string dataSource, bool isFileData ) : System
Parse ( ) : void
RemoveHandler ( Action handler ) : void

비공개 메소드들

메소드 설명
LeaveGroup ( bool nest ) : void

메소드 상세

AddHandler() 공개 메소드

public AddHandler ( Action handler ) : void
handler Action
리턴 void

ApplyGroup() 공개 메소드

public ApplyGroup ( string group, bool nest ) : void
group string
nest bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IniReader() 공개 메소드

public IniReader ( string dataSource ) : System
dataSource string
리턴 System

IniReader() 공개 메소드

public IniReader ( string dataSource, bool isFileData ) : System
dataSource string
isFileData bool
리턴 System

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

RemoveHandler() 공개 메소드

public RemoveHandler ( Action handler ) : void
handler Action
리턴 void

프로퍼티 상세

_group 보호되어 있는 프로퍼티

protected IList _group
리턴 IList

_handlers 보호되어 있는 프로퍼티

protected IList> _handlers
리턴 IList>