Dela via


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

Public method

RemoteObject

Initializes a new instance of the RemoteObject class by using the specified IContract and TypeInfrastructureManager.

Top

Methods

 

Name

Description

Public method

Dispose

Overloaded. Releases all resources used by the RemoteObject.

Public method

Equals

Returns a value that indicates whether the specified object is equal to this RemoteObject. (Overrides Object.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Returns the hash code for the current RemoteObject. (Overrides Object.GetHashCode().)

Public method

GetType

Returns the remote type of the current RemoteObject.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string representation of the current RemoteObject. (Overrides Object.ToString().)

Top

Operators

 

Name

Description

Public operatorStatic member

Equality

Returns a value that indicates whether two RemoteObject objects are equal.

Public operatorStatic member

Inequality

Returns a value that indicates whether two RemoteObject objects are not equal.

Top

Properties

 

Name

Description

Protected property

Contract

Gets or sets the contract.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate property

IProxy.Contract

Gets the IRemoteObjectContract represented by the RemoteObject.

Top

See Also

Reference

RemoteObject Class

Microsoft.VisualStudio.Tools.Applications Namespace