Property | Type | Description | |
---|---|---|---|
Assembly | Assembly | ||
Config | Settings | ||
ErrorLog | |||
RootPath | string | ||
Version | System.Version |
Method | 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
|
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static GetResource ( string ResourceName ) : Stream | ||
ResourceName | string | |
return | Stream |
public static GetResourceAsString ( string ResourceName ) : string | ||
ResourceName | string | |
return | string |
public static GetResourceFileLines ( string ResourceName ) : string[] | ||
ResourceName | string | |
return | string[] |
public static LogWriter,BF2Statistics.Logging ErrorLog | ||
return |