Class ResourceUtil
This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.
public static class ResourceUtil
- Inheritance
-
ResourceUtil
- Inherited Members
Methods
AddToResourceSearch(object)
public static void AddToResourceSearch(object obj)
Parameters
obj
object
GetResourceStream(string)
Gets the resource's inputstream.
public static Stream GetResourceStream(string key)
Parameters
key
stringthe full name of the resource.
Returns
GetResourceStream(string, Type)
public static Stream GetResourceStream(string key, Type definedClassType)