Method | Description | |
---|---|---|
GetBitmapResource ( string resourceFile ) : |
Retrieves bitmap resource from assembly.
|
|
GetFileResource ( string resourceFile ) : Stream |
Retrieves a file resource stream from assembly.
|
|
GetIconResource ( string resourceFile ) : |
Retrieves icon resource from assembly.
|
Method | Description | |
---|---|---|
CreateFullResourcePath ( string resourceNamespace, string resourceFile ) : string |
Concatenates resource namespace and file name. Checks to make sure that the namespace is not empty before appending the resource file name.
|
|
GetResourceStream ( string resourceFile ) : Stream |
Returns resource stream.
|
|
Resources ( ) : System |
Private constructor to prevent the compiler from automatically creating a default public constructor.
|
public static GetBitmapResource ( string resourceFile ) : |
||
resourceFile | string | The name of the resource file that is /// to be retrieved. |
return |
public static GetFileResource ( string resourceFile ) : Stream | ||
resourceFile | string | The name of the resource file that is /// to be retrieved. |
return | Stream |
public static GetIconResource ( string resourceFile ) : |
||
resourceFile | string | The name of the icon file. |
return |