This documentation is archived and is not being maintained.
RemoteArgument::CreateRemoteArgument Method
Visual Studio 2010
Creates a RemoteArgument for an argument.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: