ArcFM Desktop Developer Guide
GetResourceManager(String,Assembly,Type) Method


The root name of the resource. For example, the root name of the resource "MyResource.en-US.resources" is "MyResource".
The main System.Reflection.Assembly for the resource.
The System.Type of the customer System.Resources.ResourceSet to use. If null, the default runtime System.Resources.ResourceSet will be used.
Returns a culture-specific resource for base name, assembly, and the type of the custom resource set to use.
Syntax
'Declaration
 
Public Overloads MustOverride Function GetResourceManager( _
   ByVal baseName As String, _
   ByVal assembly As Assembly, _
   ByVal usingResourceSet As Type _
) As ResourceManager
'Usage
 
Dim instance As ResourceProvider
Dim baseName As String
Dim assembly As Assembly
Dim usingResourceSet As Type
Dim value As ResourceManager
 
value = instance.GetResourceManager(baseName, assembly, usingResourceSet)
public abstract ResourceManager GetResourceManager( 
   string baseName,
   Assembly assembly,
   Type usingResourceSet
)

Parameters

baseName
The root name of the resource. For example, the root name of the resource "MyResource.en-US.resources" is "MyResource".
assembly
The main System.Reflection.Assembly for the resource.
usingResourceSet
The System.Type of the customer System.Resources.ResourceSet to use. If null, the default runtime System.Resources.ResourceSet will be used.

Return Value

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

ResourceProvider Class
ResourceProvider Members
Overload List

 

 


Send Comment