C# Class BF2Statistics.Program

Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
Assembly Assembly
Config Settings
ErrorLog BF2Statistics.Logging.LogWriter
RootPath string
Version System.Version

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

GetResource() public static méthode

Returns an embedded resource's stream
public static GetResource ( string ResourceName ) : Stream
ResourceName string
Résultat Stream

GetResourceAsString() public static méthode

Gets the string contents of an embedded resource
public static GetResourceAsString ( string ResourceName ) : string
ResourceName string
Résultat string

GetResourceFileLines() public static méthode

Gets the lines of a resource file
public static GetResourceFileLines ( string ResourceName ) : string[]
ResourceName string
Résultat string[]

Property Details

Assembly public_oe static_oe property

Gets the Assembly that contains this executing code
public static Assembly Assembly
Résultat Assembly

Config public_oe static_oe property

The User Config object
public static Settings Config
Résultat Settings

ErrorLog public_oe static_oe property

The program wide error log file
public static LogWriter,BF2Statistics.Logging ErrorLog
Résultat BF2Statistics.Logging.LogWriter

RootPath public_oe static_oe property

Specifies the installation directory of this program
public static string RootPath
Résultat string

Version public_oe static_oe property

Specifies the Program Version
public static Version,System Version
Résultat System.Version