ArcFM Desktop Developer Guide
GetResourceManager(String,Assembly) Method


The root name of the resources (e.g., the base of "MyObject.en-US.resources" is "MyObject").
The main System.Reflection.Assembly of the resources.
Gets a System.Resources.ResourceManager based on a reflected root name and assembly.
Syntax
'Declaration
 
Public Overloads Shared Function GetResourceManager( _
   ByVal baseName As String, _
   ByVal assembly As Assembly _
) As ResourceManager
'Usage
 
Dim baseName As String
Dim assembly As Assembly
Dim value As ResourceManager
 
value = ResourcesManager.GetResourceManager(baseName, assembly)
public static ResourceManager GetResourceManager( 
   string baseName,
   Assembly assembly
)

Parameters

baseName
The root name of the resources (e.g., the base of "MyObject.en-US.resources" is "MyObject").
assembly
The main System.Reflection.Assembly of the resources.

Return Value

A System.Resources.ResourceManager initialized for the given type.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResourcesManager Class
ResourcesManager Members
Overload List

 

 


Send Comment