ArcFM Desktop Developer Guide
GetResourceManager(String,Assembly,Type,ResourceManager) 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.
The System.Type of the custom System.Resources.ResourceSet to use.
A System.Resources.ResourceManager initialized for the given base name and assembly.
Gets a System.Resources.ResourceManager based on a reflected root name and assembly.
Syntax
'Declaration
 
Public Overloads Shared Sub GetResourceManager( _
   ByVal baseName As String, _
   ByVal assembly As Assembly, _
   ByVal usingResourceSet As Type, _
   ByRef resourceManager As ResourceManager _
) 
'Usage
 
Dim baseName As String
Dim assembly As Assembly
Dim usingResourceSet As Type
Dim resourceManager As ResourceManager
 
ResourcesManager.GetResourceManager(baseName, assembly, usingResourceSet, resourceManager)
public static void GetResourceManager( 
   string baseName,
   Assembly assembly,
   Type usingResourceSet,
   out ResourceManager resourceManager
)

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.
usingResourceSet
The System.Type of the custom System.Resources.ResourceSet to use.
resourceManager
A System.Resources.ResourceManager initialized for the given base name and assembly.
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