ArcFM Engine Developer Guide
GetObject(Type) Method


Returns either the well-known client type or the local service type.
Syntax
'Declaration
 
Public Overloads Shared Function GetObject( _
   ByVal type As Type _
) As Object
'Usage
 
Dim type As Type
Dim value As Object
 
value = RemotingHelper.GetObject(type)
public static object GetObject( 
   Type type
)

Parameters

type
Remarks
This method will not work with objects that are registered with the remoting infrastructure via the remoting configuration. It currently does not work with objects that are exposed via System.Runtime.Remoting.RemotingServices.Marshal method.
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

RemotingHelper Class
RemotingHelper Members
Overload List

 

 


Send Comment