C# 클래스 ExtensionLoader.Ini.IniDocument

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 메소드들

메소드 설명
IniDocument ( ) : System
IniDocument ( IniReader reader ) : System
IniDocument ( Stream stream ) : System
IniDocument ( Stream stream, IniFileType type ) : System
IniDocument ( TextReader reader ) : System
IniDocument ( TextReader reader, IniFileType type ) : System
IniDocument ( string filePath ) : System
IniDocument ( string filePath, IniFileType type ) : System
Load ( IniReader reader ) : void
Load ( Stream stream ) : void
Load ( TextReader reader ) : void
Load ( string filePath ) : void
Save ( Stream stream ) : void
Save ( TextWriter textWriter ) : void
Save ( string filePath ) : void

비공개 메소드들

메소드 설명
GetIniReader ( TextReader reader, IniFileType type ) : IniReader

Returns a proper INI reader depending upon the type parameter.

GetIniWriter ( TextWriter reader, IniFileType type ) : IniWriter

Returns a proper IniWriter depending upon the type parameter.

LoadReader ( IniReader reader ) : void

Loads the file not saving comments.

메소드 상세

IniDocument() 공개 메소드

public IniDocument ( ) : System
리턴 System

IniDocument() 공개 메소드

public IniDocument ( IniReader reader ) : System
reader IniReader
리턴 System

IniDocument() 공개 메소드

public IniDocument ( Stream stream ) : System
stream Stream
리턴 System

IniDocument() 공개 메소드

public IniDocument ( Stream stream, IniFileType type ) : System
stream Stream
type IniFileType
리턴 System

IniDocument() 공개 메소드

public IniDocument ( TextReader reader ) : System
reader System.IO.TextReader
리턴 System

IniDocument() 공개 메소드

public IniDocument ( TextReader reader, IniFileType type ) : System
reader System.IO.TextReader
type IniFileType
리턴 System

IniDocument() 공개 메소드

public IniDocument ( string filePath ) : System
filePath string
리턴 System

IniDocument() 공개 메소드

public IniDocument ( string filePath, IniFileType type ) : System
filePath string
type IniFileType
리턴 System

Load() 공개 메소드

public Load ( IniReader reader ) : void
reader IniReader
리턴 void

Load() 공개 메소드

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

Load() 공개 메소드

public Load ( TextReader reader ) : void
reader System.IO.TextReader
리턴 void

Load() 공개 메소드

public Load ( string filePath ) : void
filePath string
리턴 void

Save() 공개 메소드

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

Save() 공개 메소드

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
리턴 void

Save() 공개 메소드

public Save ( string filePath ) : void
filePath string
리턴 void