Takes an object reference. Returns a Boolean indicating whether the object is a transparent proxy or a real object.
[Visual Basic] Public Shared Function IsTransparentProxy( _ ByVal proxy As Object _ ) As Boolean [C#] public static bool IsTransparentProxy( object proxy ); [C++] public: static bool IsTransparentProxy( Object* proxy ); [JScript] public static function IsTransparentProxy( proxy : Object ) : Boolean;
Returns a Boolean indicating whether the object is a transparent proxy or a real object.
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace