C# 클래스 Plasma.pnIniParser

파일 보기 프로젝트 열기: Hoikas/PlasmaDotNet 1 사용 예제들

공개 메소드들

메소드 설명
GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
GetInteger ( string index ) : int?
Populate ( Plasma.hsTokenStream s ) : void
pnIniParser ( string file ) : System
this ( string index ) : string

메소드 상세

GetGuid() 공개 메소드

public GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
index string
def System.Guid
리턴 System.Guid

GetInteger() 공개 메소드

public GetInteger ( string index ) : int?
index string
리턴 int?

Populate() 공개 메소드

public Populate ( Plasma.hsTokenStream s ) : void
s Plasma.hsTokenStream
리턴 void

pnIniParser() 공개 메소드

public pnIniParser ( string file ) : System
file string
리턴 System

this() 공개 메소드

public this ( string index ) : string
index string
리턴 string