ResourceHandler Constructor (String)

 

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

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

Syntax

public ResourceHandler(
    string assemblyPath
)
public:
ResourceHandler(
    String^ assemblyPath
)
Public Sub New (
    assemblyPath As String
)

Parameters

See Also

ResourceHandler Overload
ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top