ResourceHandler Constructor (String, String)
Initializes a new instance of the ResourceHandler class with the assembly path and the base name of the resource stream.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ResourceHandler(
string assemblyPath,
string resourceBaseName
)
public:
ResourceHandler(
String^ assemblyPath,
String^ resourceBaseName
)
Public Sub New (
assemblyPath As String,
resourceBaseName As String
)
Parameters
assemblyPath
Type: System.StringThe path to the assembly.
resourceBaseName
Type: System.StringThe base name of the resource stream.
See Also
ResourceHandler Overload
ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top