Class MemoryBinaryWriter
Inheritance
System.Object
MemoryBinaryWriter
Syntax
public class MemoryBinaryWriter : BinaryWriter, IDisposable
Properties
Data
Declaration
public byte *Data { get; }
Property Value
Type |
Description |
System.Byte* |
|
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Dispose()
Declaration
WriteBytes(Void*, Int32)
Declaration
public void WriteBytes(void *data, int bytes)
Parameters
Type |
Name |
Description |
System.Void* |
data |
|
System.Int32 |
bytes |
|
Implements
Extension Methods