ArcFM Responder Mobile 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 System.Type _
) As System.Object
'Usage
 
Dim type As System.Type
Dim value As System.Object
 
value = RemotingHelper.GetObject(type)
public static System.object GetObject( 
   System.Type type
)
public function GetObject( 
    type: System.Type
): System.TObject; static; 
public static function GetObject( 
   type : System.Type
) : System.Object;
public: static System.Object* GetObject( 
   System.Type* type
) 
public:
static System.Object^ GetObject( 
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RemotingHelper Class
RemotingHelper Members
Overload List

Send Feedback