RFA .NET Sets this string to specified memory array with the specified length.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Set(
byte[] mem,
uint length
) |
Visual Basic |
---|
Public Sub Set ( _
mem As Byte(), _
length As UInteger _
) |
Visual C++ |
---|
public:
void Set(
array<unsigned char>^ mem,
unsigned int length
) |
F# |
---|
member Set :
mem:byte[] *
length:uint32 -> unit
|
Parameters
- mem
- Type: array<System..::..Byte>[]()[][]
Memory array to copy from.
- length
- Type: System..::..UInt32
The length of data.
See Also