ExResourceManager.GetResourceManager Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration

                    Public Shared Function GetResourceManager ( _
    baseName As String, _
    assembly As Assembly _
) As ExResourceManager
                  
                    public static ExResourceManager GetResourceManager (
    string baseName,
    Assembly assembly
)
                  
                    public:
static ExResourceManager^ GetResourceManager (
    String^ baseName, 
    Assembly^ assembly
)
                  
                    public static ExResourceManager GetResourceManager (
    String baseName, 
    Assembly assembly
)
                  
                    public static function GetResourceManager (
    baseName : String, 
    assembly : Assembly
) : ExResourceManager
                  

Parameters

  • baseName
  • assembly

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

ExResourceManager Class
ExResourceManager Members
Microsoft.Exchange.Data.Common Namespace