Share via


VhdDataWriter.WriteByte Method

Definition

Overloads

WriteByte(Byte)
WriteByte(Int64, Byte)

WriteByte(Byte)

public void WriteByte (byte value);
member this.WriteByte : byte -> unit
Public Sub WriteByte (value As Byte)

Parameters

value
Byte

Applies to

WriteByte(Int64, Byte)

public void WriteByte (long offset, byte value);
member this.WriteByte : int64 * byte -> unit
Public Sub WriteByte (offset As Long, value As Byte)

Parameters

offset
Int64
value
Byte

Applies to