ArcFM Desktop Developer Guide
GetResourceManager(Type) Method


The System.Type to reference for information on obtaining a resource manager.
Gets a System.Resources.ResourceManager based on information of the given System.Type.
Syntax
'Declaration
 
Public Overloads Shared Function GetResourceManager( _
   ByVal type As Type _
) As ResourceManager
'Usage
 
Dim type As Type
Dim value As ResourceManager
 
value = ResourcesManager.GetResourceManager(type)
public static ResourceManager GetResourceManager( 
   Type type
)

Parameters

type
The System.Type to reference for information on obtaining a resource manager.

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