C# 클래스 PeerCastStation.Core.AppSettingsReader

파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
GetDate ( string key, System.DateTime default_value ) : System.DateTime
GetIPAddress ( string key, System default_value ) : System.Net.IPAddress
GetInt ( string key, int default_value ) : int
GetString ( string key, string default_value ) : string
GetUri ( string key, Uri default_value ) : Uri
TryGetDate ( string key, System.DateTime &value ) : bool
TryGetIPAddress ( string key, System &value ) : bool
TryGetInt ( string key, int &value ) : bool
TryGetString ( string key, string &value ) : bool
TryGetUri ( string key, Uri &value ) : bool

메소드 상세

GetDate() 정적인 공개 메소드

static public GetDate ( string key, System.DateTime default_value ) : System.DateTime
key string
default_value System.DateTime
리턴 System.DateTime

GetIPAddress() 정적인 공개 메소드

static public GetIPAddress ( string key, System default_value ) : System.Net.IPAddress
key string
default_value System
리턴 System.Net.IPAddress

GetInt() 정적인 공개 메소드

static public GetInt ( string key, int default_value ) : int
key string
default_value int
리턴 int

GetString() 정적인 공개 메소드

static public GetString ( string key, string default_value ) : string
key string
default_value string
리턴 string

GetUri() 정적인 공개 메소드

static public GetUri ( string key, Uri default_value ) : Uri
key string
default_value System.Uri
리턴 System.Uri

TryGetDate() 정적인 공개 메소드

static public TryGetDate ( string key, System.DateTime &value ) : bool
key string
value System.DateTime
리턴 bool

TryGetIPAddress() 정적인 공개 메소드

static public TryGetIPAddress ( string key, System &value ) : bool
key string
value System
리턴 bool

TryGetInt() 정적인 공개 메소드

static public TryGetInt ( string key, int &value ) : bool
key string
value int
리턴 bool

TryGetString() 정적인 공개 메소드

static public TryGetString ( string key, string &value ) : bool
key string
value string
리턴 bool

TryGetUri() 정적인 공개 메소드

static public TryGetUri ( string key, Uri &value ) : bool
key string
value System.Uri
리턴 bool