[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Gets a reference to the underlying buffer.

Namespace:  BNSharp.MBNCSUtil
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public byte[] UnderlyingBuffer { get; }
Visual Basic (Declaration)
Public ReadOnly Property UnderlyingBuffer As Byte()
Visual C++
public:
property array<unsigned char>^ UnderlyingBuffer {
	array<unsigned char>^ get ();
}

See Also