Property | Type | Description | |
---|---|---|---|
DisallowedPluginChars | char[] |
Method | Description | |
---|---|---|
BitmapImageToBitmap ( |
Convert a BitmapImage to a Bitmap
|
|
BitmapToBitmapImage ( |
Convert a Bitmap to a BitmapImage
|
|
CheckIfFileLocked ( |
||
GetApplicationAssemblyLocation ( ) : string |
Gets the location of the applications assembly (lulz, assembly.exe)
|
|
GetApplicationLocation ( ) : string |
Gets the parent directory of the application's exe
|
|
GetApplicationVersion ( ) : string |
Gets the application's version number.
|
|
SterilizeGamePluginFolder ( string gameName ) : string |
Remove disallowed chars from the game name
|
|
SterilizeTagClassName ( string name ) : string |
Replaces invalid filename characters in a tag class with an underscore (_) so that it can be used as part of a path.
|
|
StreamToByteArray ( |
public static BitmapImageToBitmap ( |
||
bitmapImage | ||
return |
public static BitmapToBitmapImage ( |
||
bitmap | ||
return |
public static CheckIfFileLocked ( |
||
file | ||
return | bool |
public static GetApplicationAssemblyLocation ( ) : string | ||
return | string |
public static GetApplicationLocation ( ) : string | ||
return | string |
public static GetApplicationVersion ( ) : string | ||
return | string |
public static SterilizeGamePluginFolder ( string gameName ) : string | ||
gameName | string | Game Name from the XML file |
return | string |
public static SterilizeTagClassName ( string name ) : string | ||
name | string | The tag class string to replace invalid characters in. |
return | string |
public static StreamToByteArray ( |
||
input | ||
return | byte[] |