BlobWriter.WriteBytes Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WriteBytes(Byte[], Int32, Int32)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(cli::array <System::Byte> ^ buffer, int start, int byteCount);
public void WriteBytes (byte[] buffer, int start, int byteCount);
member this.WriteBytes : byte[] * int * int -> unit
Public Sub WriteBytes (buffer As Byte(), start As Integer, byteCount As Integer)
Parâmetros
- buffer
- Byte[]
- start
- Int32
- byteCount
- Int32
Exceções
buffer
é null
.
O intervalo especificado por start
e byteCount
está fora dos limites do buffer
.
Aplica-se a
WriteBytes(Stream, Int32)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
int WriteBytes(System::IO::Stream ^ source, int byteCount);
public int WriteBytes (System.IO.Stream source, int byteCount);
member this.WriteBytes : System.IO.Stream * int -> int
Public Function WriteBytes (source As Stream, byteCount As Integer) As Integer
Parâmetros
- source
- Stream
- byteCount
- Int32
Retornos
Exceções
source
é null
.
byteCount
é negativo.
Aplica-se a
WriteBytes(Byte*, Int32)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(System::Byte* buffer, int byteCount);
public void WriteBytes (byte* buffer, int byteCount);
member this.WriteBytes : nativeptr<byte> * int -> unit
Parâmetros
- buffer
- Byte*
- byteCount
- Int32
Exceções
buffer
é null
.
byteCount
é negativo.
Aplica-se a
WriteBytes(ImmutableArray<Byte>, Int32, Int32)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(System::Collections::Immutable::ImmutableArray<System::Byte> buffer, int start, int byteCount);
public void WriteBytes (System.Collections.Immutable.ImmutableArray<byte> buffer, int start, int byteCount);
member this.WriteBytes : System.Collections.Immutable.ImmutableArray<byte> * int * int -> unit
Public Sub WriteBytes (buffer As ImmutableArray(Of Byte), start As Integer, byteCount As Integer)
Parâmetros
- buffer
- ImmutableArray<Byte>
- start
- Int32
- byteCount
- Int32
Exceções
buffer
é null
.
O intervalo especificado por start
e byteCount
está fora dos limites do buffer
.
Aplica-se a
WriteBytes(BlobBuilder)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(System::Reflection::Metadata::BlobBuilder ^ source);
public void WriteBytes (System.Reflection.Metadata.BlobBuilder source);
member this.WriteBytes : System.Reflection.Metadata.BlobBuilder -> unit
Public Sub WriteBytes (source As BlobBuilder)
Parâmetros
- source
- BlobBuilder
Exceções
source
é null
.
Aplica-se a
WriteBytes(ImmutableArray<Byte>)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(System::Collections::Immutable::ImmutableArray<System::Byte> buffer);
public void WriteBytes (System.Collections.Immutable.ImmutableArray<byte> buffer);
member this.WriteBytes : System.Collections.Immutable.ImmutableArray<byte> -> unit
Public Sub WriteBytes (buffer As ImmutableArray(Of Byte))
Parâmetros
- buffer
- ImmutableArray<Byte>
Exceções
buffer
é null
.
Aplica-se a
WriteBytes(Byte[])
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(cli::array <System::Byte> ^ buffer);
public void WriteBytes (byte[] buffer);
member this.WriteBytes : byte[] -> unit
Public Sub WriteBytes (buffer As Byte())
Parâmetros
- buffer
- Byte[]
Exceções
buffer
é null
.
Aplica-se a
WriteBytes(Byte, Int32)
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
- Origem:
- BlobWriter.cs
public:
void WriteBytes(System::Byte value, int byteCount);
public void WriteBytes (byte value, int byteCount);
member this.WriteBytes : byte * int -> unit
Public Sub WriteBytes (value As Byte, byteCount As Integer)
Parâmetros
- value
- Byte
- byteCount
- Int32
Exceções
byteCount
é negativo.