RemoteObject Members
Include Protected Members
Include Inherited Members
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Provides a proxy object for an instance of IRemoteObjectContract that can be accessed across application domain and process boundaries.
The RemoteObject type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the RemoteObject class by using the specified IContract and TypeInfrastructureManager.
Top
Methods
Name
Description
Overloaded. Releases all resources used by the RemoteObject.
Returns a value that indicates whether the specified object is equal to this RemoteObject. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for the current RemoteObject. (Overrides Object.GetHashCode().)
Returns the remote type of the current RemoteObject.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string representation of the current RemoteObject. (Overrides Object.ToString().)
Top
Operators
Name
Description
Returns a value that indicates whether two RemoteObject objects are equal.
Returns a value that indicates whether two RemoteObject objects are not equal.
Top
Properties
Name
Description
Gets or sets the contract.
Top
Explicit Interface Implementations
Name
Description
Gets the IRemoteObjectContract represented by the RemoteObject.
Top