DdmWriter.WriteBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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