Property | Type | Description | |
---|---|---|---|
ResourceHelper | System |
Method | Description | |
---|---|---|
GetFloat ( string key ) : float | ||
GetInt ( string key ) : int | ||
GetResourceFileAsIcon ( System assembly, string resourcePath ) : |
||
GetResourceFileAsImage ( System assembly, string resourcePath ) : Image | ||
GetResourceFileAsStream ( System assembly, string resourcePath ) : Stream | ||
GetResourceFileAsString ( System assembly, string resourcePath ) : string | ||
GetResourceHelper ( string resourceFullName, |
||
GetString ( string key ) : string |
Method | Description | |
---|---|---|
ResourceHelper ( string resourceFullName, |
public static GetResourceFileAsIcon ( System assembly, string resourcePath ) : |
||
assembly | System | |
resourcePath | string | |
return |
public static GetResourceFileAsImage ( System assembly, string resourcePath ) : Image | ||
assembly | System | |
resourcePath | string | |
return | Image |
public static GetResourceFileAsStream ( System assembly, string resourcePath ) : Stream | ||
assembly | System | |
resourcePath | string | |
return | Stream |
public static GetResourceFileAsString ( System assembly, string resourcePath ) : string | ||
assembly | System | |
resourcePath | string | |
return | string |
public static GetResourceHelper ( string resourceFullName, |
||
resourceFullName | string | |
callingObjectType | ||
return |