ResourceHandler Class

 

Contains methods for reading resources from resource-only dynamic-link libraries (DLLs).

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common::ResourceHandler

public ref class ResourceHandler 

NameDescription
System_CAPS_pubmethodResourceHandler(String^)

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

System_CAPS_pubmethodResourceHandler(String^, String^)

Initializes a new instance of the ResourceHandler class with the assembly path and the base name of the resource stream.

NameDescription
System_CAPS_pubmethodCreateResourceManager(String^)

Creates a resource manager for the specified resource base name.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEmbeddedXml(String^, String^)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetImageFromResource(String^)

Retrieves the image from the resource file.

System_CAPS_pubmethodGetObject(String^)

Retrieves the resource object.

System_CAPS_pubmethodGetStream(String^)

Retrieves the resource stream.

System_CAPS_pubmethodGetString(String^)

Retrieves the resource string.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsStronglyNamedAssembly()

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseAllResources()

Releases all resources that are held by the resource manager.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: