[This is preliminary documentation and is subject to change.]
Constructor for creating a Resource Manager
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public OCResources( string baseName, string resDir ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ baseName As String, _ resDir As String _ ) |
Visual C++ |
---|
public: OCResources( String^ baseName, String^ resDir ) |
Parameters
- baseName
- Type: System..::.String
The root name of the resources. For example, the root name for the resource file named "MyResource.en-US.resources" is "MyResource".
- resDir
- Type: System..::.String
The name of the directory to search for the resources.