DdmWriter.WriteBytes Method

Definition

Overloads

WriteBytes(Byte[])
WriteBytes(Int32)
WriteBytes(Byte[], Int32)
WriteBytes(Byte[], Int32, Int32)

WriteBytes(Byte[])

public:
 void WriteBytes(cli::array <System::Byte> ^ bytes);
public void WriteBytes (byte[] bytes);
member this.WriteBytes : byte[] -> unit
Public Sub WriteBytes (bytes As Byte())

Parameters

bytes
Byte[]

Applies to

WriteBytes(Int32)

public:
 void WriteBytes(int length);
public void WriteBytes (int length);
member this.WriteBytes : int -> unit
Public Sub WriteBytes (length As Integer)

Parameters

length
Int32

Applies to

WriteBytes(Byte[], Int32)

public:
 void WriteBytes(cli::array <System::Byte> ^ bytes, int len);
public void WriteBytes (byte[] bytes, int len);
member this.WriteBytes : byte[] * int -> unit
Public Sub WriteBytes (bytes As Byte(), len As Integer)

Parameters

bytes
Byte[]
len
Int32

Applies to

WriteBytes(Byte[], Int32, Int32)

public:
 void WriteBytes(cli::array <System::Byte> ^ bytes, int start, int length);
public void WriteBytes (byte[] bytes, int start, int length);
member this.WriteBytes : byte[] * int * int -> unit
Public Sub WriteBytes (bytes As Byte(), start As Integer, length As Integer)

Parameters

bytes
Byte[]
start
Int32
length
Int32

Applies to