This read-write property returns the IRemotingTypeInfoInterface for the ObjRef. TypeInfo is utilized to refine the proxy to suit the client view of the server object.
[Visual Basic] Overridable Public Property TypeInfo As IRemotingTypeInfo [C#] public IRemotingTypeInfo TypeInfo {virtual get; virtual set;} [C++] public: __property virtual IRemotingTypeInfo* get_TypeInfo(); public: __property virtual void set_TypeInfo(IRemotingTypeInfo*); [JScript] public function get TypeInfo() : IRemotingTypeInfo; public function set TypeInfo(IRemotingTypeInfo);
Read-write.
Returns the IRemotingTypeInfo interface for the ObjRef.
ObjRef Class | ObjRef Members | System.Runtime.Remoting Namespace