This documentation is archived and is not being maintained.
RemoteArgument Constructor
Visual Studio 2010
Initializes a new instance of the RemoteArgument class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RemoteArgument(Array) | Initializes a new instance of the RemoteArgument class that represents an Array argument. |
|
RemoteArgument(Boolean) | Initializes a new instance of the RemoteArgument class that represents a Boolean argument. |
|
RemoteArgument(Byte) | Initializes a new instance of the RemoteArgument class that represents a Byte argument. |
|
RemoteArgument(Char) | Initializes a new instance of the RemoteArgument class that represents a Char argument. |
|
RemoteArgument(DateTime) | Initializes a new instance of the RemoteArgument class that represents a DateTime argument. |
|
RemoteArgument(DBNull) | Initializes a new instance of the RemoteArgument class that represents a DBNull argument. |
|
RemoteArgument(Decimal) | Initializes a new instance of the RemoteArgument class that represents a Decimal argument. |
|
RemoteArgument(Double) | Initializes a new instance of the RemoteArgument class that represents a Double argument. |
|
RemoteArgument(IContract) | Initializes a new instance of the RemoteArgument class that represents an IContract argument. |
|
RemoteArgument(Int16) | Initializes a new instance of the RemoteArgument class that represents an Int16 argument. |
|
RemoteArgument(Int32) | Initializes a new instance of the RemoteArgument class that represents an Int32 argument. |
|
RemoteArgument(Int64) | Initializes a new instance of the RemoteArgument class that represents an Int64 argument. |
|
RemoteArgument(SByte) | Initializes a new instance of the RemoteArgument class that represents an SByte argument. |
|
RemoteArgument(Single) | Initializes a new instance of the RemoteArgument class that represents a Single argument. |
|
RemoteArgument(String) | Initializes a new instance of the RemoteArgument class that represents a String argument. |
|
RemoteArgument(UInt16) | Initializes a new instance of the RemoteArgument class that represents a UInt16 argument. |
|
RemoteArgument(UInt32) | Initializes a new instance of the RemoteArgument class that represents a UInt32 argument. |
|
RemoteArgument(UInt64) | Initializes a new instance of the RemoteArgument class that represents a UInt64 argument. |
|
RemoteArgument(Array, Boolean) | Initializes a new instance of the RemoteArgument class that represents an Array argument that can be passed by reference. |
|
RemoteArgument(Boolean, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Boolean argument that can be passed by reference. |
|
RemoteArgument(Byte, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Byte argument that can be passed by reference. |
|
RemoteArgument(Char, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Char argument that can be passed by reference. |
|
RemoteArgument(DateTime, Boolean) | Initializes a new instance of the RemoteArgument class that represents a DateTime argument that can be passed by reference. |
|
RemoteArgument(DBNull, Boolean) | Initializes a new instance of the RemoteArgument class that represents a DBNull argument that can be passed by reference. |
|
RemoteArgument(Decimal, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Decimal argument that can be passed by reference. |
|
RemoteArgument(Double, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Double argument that can be passed by reference. |
|
RemoteArgument(IContract, Boolean) | Initializes a new instance of the RemoteArgument class that represents an IContract argument that can be passed by reference. |
|
RemoteArgument(Int16, Boolean) | Initializes a new instance of the RemoteArgument class that represents an Int16 argument that can be passed by reference. |
|
RemoteArgument(Int32, Boolean) | Initializes a new instance of the RemoteArgument class that represents an Int32 argument that can be passed by reference. |
|
RemoteArgument(Int64, Boolean) | Initializes a new instance of the RemoteArgument class that represents an Int64 argument that can be passed by reference. |
|
RemoteArgument(RemoteArgumentKind, TypeCode) | Initializes a new instance of the RemoteArgument class using the specified RemoteArgumentKind and TypeCode for an argument that is not passed by reference. |
|
RemoteArgument(SByte, Boolean) | Initializes a new instance of the RemoteArgument class that represents an SByte argument that can be passed by reference. |
|
RemoteArgument(Single, Boolean) | Initializes a new instance of the RemoteArgument class that represents a Single argument that can be passed by reference. |
|
RemoteArgument(String, Boolean) | Initializes a new instance of the RemoteArgument class that represents a String argument that can be passed by reference. |
|
RemoteArgument(UInt16, Boolean) | Initializes a new instance of the RemoteArgument class that represents a UInt16 argument that can be passed by reference. |
|
RemoteArgument(UInt32, Boolean) | Initializes a new instance of the RemoteArgument class that represents a UInt32 argument that can be passed by reference. |
|
RemoteArgument(UInt64, Boolean) | Initializes a new instance of the RemoteArgument class that represents a UInt64 argument that can be passed by reference. |
|
RemoteArgument(RemoteArgumentKind, TypeCode, Boolean) | Initializes a new instance of the RemoteArgument class using the specified RemoteArgumentKind and TypeCode for an argument that can be passed by reference. |
Show: