ResourceHandler.CreateResourceManager Method (String)

 

Creates a resource manager for the specified resource base name.

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

Syntax

public void CreateResourceManager(
    string resourceBaseName
)
public:
void CreateResourceManager(
    String^ resourceBaseName
)
Public Sub CreateResourceManager (
    resourceBaseName As String
)

Parameters

  • resourceBaseName
    Type: System.String

    The base name of the resource section.

Remarks

This method should only be called for the embedded XML files.

See Also

ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top