[Visual Basic] Public Shared Function IsObjectOutOfContext( _ ByVal tp As Object _ ) As Boolean [C#] public static bool IsObjectOutOfContext( object tp ); [C++] public: static bool IsObjectOutOfContext( Object* tp ); [JScript] public static function IsObjectOutOfContext( tp : Object ) : Boolean;
Return true if object is a out of the current context, else false
RemotingServices Class | RemotingServices Members | System.Runtime.Remoting Namespace