DrdaParameterInfo Constructors

Definition

Overloads

DrdaParameterInfo(Byte, UInt16)
DrdaParameterInfo(Byte, Int16, UInt16, UInt16, UInt16, Object)

DrdaParameterInfo(Byte, UInt16)

public:
 DrdaParameterInfo(System::Byte type, System::UInt16 length);
public DrdaParameterInfo (byte type, ushort length);
new Microsoft.HostIntegration.Drda.Common.DrdaParameterInfo : byte * uint16 -> Microsoft.HostIntegration.Drda.Common.DrdaParameterInfo
Public Sub New (type As Byte, length As UShort)

Parameters

type
Byte
length
UInt16

Applies to

DrdaParameterInfo(Byte, Int16, UInt16, UInt16, UInt16, Object)

public:
 DrdaParameterInfo(System::Byte type, short inOutType, System::UInt16 length, System::UInt16 precision, System::UInt16 scale, System::Object ^ value);
public DrdaParameterInfo (byte type, short inOutType, ushort length, ushort precision, ushort scale, object value);
new Microsoft.HostIntegration.Drda.Common.DrdaParameterInfo : byte * int16 * uint16 * uint16 * uint16 * obj -> Microsoft.HostIntegration.Drda.Common.DrdaParameterInfo
Public Sub New (type As Byte, inOutType As Short, length As UShort, precision As UShort, scale As UShort, value As Object)

Parameters

type
Byte
inOutType
Int16
length
UInt16
precision
UInt16
scale
UInt16
value
Object

Applies to