Helps managing embedded resources.
More...
List of all members.
Static Public Member Functions |
static Stream | GetResourceStream (string fileName) |
| Searches for a specific resource and returns the stream.
|
static void | ExtractResource (string fileName) |
| Extracts a given resource.
|
static void | ExtractResource (string resourceName, string fileName) |
| Extracts a given resource.
|
Detailed Description
Helps managing embedded resources.
Member Function Documentation
static void DOL.Config.ResourceUtil.ExtractResource |
( |
string |
fileName | ) |
[static] |
Extracts a given resource.
- Parameters:
-
fileName | the resource name |
static void DOL.Config.ResourceUtil.ExtractResource |
( |
string |
resourceName, |
|
|
string |
fileName |
|
) |
| [static] |
Extracts a given resource.
- Parameters:
-
resourceName | the resource name |
fileName | the external file name |
static Stream DOL.Config.ResourceUtil.GetResourceStream |
( |
string |
fileName | ) |
[static] |
Searches for a specific resource and returns the stream.
- Parameters:
-
fileName | the resource name |
- Returns:
- the resource stream
The documentation for this class was generated from the following file:
- C:/Users/Graveen/Documents/Dawn of Light/Svn DoL/GameServer/ResourceUtil.cs