RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Constructor specifing byte array of the memory to copy from.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Buffer( byte[] bytes ) |
Visual Basic |
---|
Public Sub New ( _ bytes As Byte() _ ) |
Visual C++ |
---|
public: Buffer( array<unsigned char>^ bytes ) |
F# |
---|
new : bytes:byte[] -> Buffer |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
Byte array of the memory to copy from.