Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Config.ResourceUtil Class Reference

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:
fileNamethe resource name
static void DOL.Config.ResourceUtil.ExtractResource ( string  resourceName,
string  fileName 
) [static]

Extracts a given resource.

Parameters:
resourceNamethe resource name
fileNamethe external file name
static Stream DOL.Config.ResourceUtil.GetResourceStream ( string  fileName) [static]

Searches for a specific resource and returns the stream.

Parameters:
fileNamethe resource name
Returns:
the resource stream

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events