This documentation is archived and is not being maintained.
RemoteArgument Methods
Visual Studio 2010
The RemoteArgument type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateRemoteArgument(Object) | Creates a RemoteArgument for an argument that is not passed by reference. |
|
CreateRemoteArgument(Object, Boolean) | Creates a RemoteArgument for an argument that can be passed by reference. |
|
CreateRemoteArgument(Object, Boolean, TypeCode) | Creates a RemoteArgument for an argument that has the specified type code and that can be passed by reference. |
|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Show: