[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Inserts the specified byte array into the buffer.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public void InsertByteArray( byte[] b ) |
| Visual Basic (Declaration) |
|---|
Public Sub InsertByteArray ( _ b As Byte() _ ) |
| Visual C++ |
|---|
public: void InsertByteArray( array<unsigned char>^ b ) |
Parameters
- b
- Type: array<
System..::.Byte
>[]()[]
The value to insert.