C# 클래스 BF2Statistics.Program

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
Assembly Assembly
Config Settings
ErrorLog BF2Statistics.Logging.LogWriter
RootPath string
Version System.Version

공개 메소드들

메소드 설명
GetResource ( string ResourceName ) : Stream

Returns an embedded resource's stream

GetResourceAsString ( string ResourceName ) : string

Gets the string contents of an embedded resource

GetResourceFileLines ( string ResourceName ) : string[]

Gets the lines of a resource file

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

GetResource() 공개 정적인 메소드

Returns an embedded resource's stream
public static GetResource ( string ResourceName ) : Stream
ResourceName string
리턴 Stream

GetResourceAsString() 공개 정적인 메소드

Gets the string contents of an embedded resource
public static GetResourceAsString ( string ResourceName ) : string
ResourceName string
리턴 string

GetResourceFileLines() 공개 정적인 메소드

Gets the lines of a resource file
public static GetResourceFileLines ( string ResourceName ) : string[]
ResourceName string
리턴 string[]

프로퍼티 상세

Assembly 공개적으로 정적으로 프로퍼티

Gets the Assembly that contains this executing code
public static Assembly Assembly
리턴 Assembly

Config 공개적으로 정적으로 프로퍼티

The User Config object
public static Settings Config
리턴 Settings

ErrorLog 공개적으로 정적으로 프로퍼티

The program wide error log file
public static LogWriter,BF2Statistics.Logging ErrorLog
리턴 BF2Statistics.Logging.LogWriter

RootPath 공개적으로 정적으로 프로퍼티

Specifies the installation directory of this program
public static string RootPath
리턴 string

Version 공개적으로 정적으로 프로퍼티

Specifies the Program Version
public static Version,System Version
리턴 System.Version