IFactoryService.LoadResourceManager(String) Method

Definition

Instantiates an object based on the supplied path.

public:
 System::Resources::ResourceManager ^ LoadResourceManager(System::String ^ resourcePath);
public System.Resources.ResourceManager LoadResourceManager (string resourcePath);
abstract member LoadResourceManager : string -> System.Resources.ResourceManager
Public Function LoadResourceManager (resourcePath As String) As ResourceManager

Parameters

resourcePath
String

The path of the type.

Returns

A string that represents the path of the type.

Applies to