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
System_CAPS_pubmethod ResourceHandler(String)

Initializes a new instance of the ResourceHandler class with the assembly path.

System_CAPS_pubmethod 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
System_CAPS_pubmethod CreateResourceManager(String)

Creates a resource manager for the specified resource base name.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEmbeddedXml(String, String)

Retrieves the stream that represents the embedded XML file within an assembly.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetImageFromResource(String)

Retrieves the image from the resource file.

System_CAPS_pubmethod GetObject(String)

Retrieves the resource object.

System_CAPS_pubmethod GetStream(String)

Retrieves the resource stream.

System_CAPS_pubmethod GetString(String)

Retrieves the resource string.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsStronglyNamedAssembly()

Determines whether the specified assembly path represents an assembly that is strongly named.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReleaseAllResources()

Releases all resources that are held by the resource manager.

System_CAPS_pubmethod 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