RFA .NET Sets the contents of the buffer with memory allocation.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetFrom(
byte[] bytes,
int size,
int capacity
) |
Visual Basic |
---|
Public Sub SetFrom ( _
bytes As Byte(), _
size As Integer, _
capacity As Integer _
) |
Visual C++ |
---|
public:
void SetFrom(
array<unsigned char>^ bytes,
int size,
int capacity
) |
F# |
---|
member SetFrom :
bytes:byte[] *
size:int *
capacity:int -> unit
|
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
An array of the memory copy from.
- size
- Type: System..::..Int32
The length of the data to be copied.
- capacity
- Type: System..::..Int32
The capacity to allocate for the buffer.
See Also