ResourceHandler Class
Contains methods for reading resources from resource-only dynamic-link libraries (DLLs).
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ResourceHandler
Syntax
public class ResourceHandler
public ref class ResourceHandler
Public Class ResourceHandler
Constructors
Name | Description | |
---|---|---|
ResourceHandler(String) | Initializes a new instance of the ResourceHandler class with the assembly path. |
|
ResourceHandler(String, String) | Initializes a new instance of the ResourceHandler class with the assembly path and the base name of the resource stream. |
Methods
Name | Description | |
---|---|---|
CreateResourceManager(String) | Creates a resource manager for the specified resource base name. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEmbeddedXml(String, String) | Retrieves the stream that represents the embedded XML file within an assembly. |
|
GetHashCode() | (Inherited from Object.) |
|
GetImageFromResource(String) | Retrieves the image from the resource file. |
|
GetObject(String) | Retrieves the resource object. |
|
GetStream(String) | Retrieves the resource stream. |
|
GetString(String) | Retrieves the resource string. |
|
GetType() | (Inherited from Object.) |
|
IsStronglyNamedAssembly() | Determines whether the specified assembly path represents an assembly that is strongly named. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReleaseAllResources() | Releases all resources that are held by the resource manager. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top