BlobWriter.WriteBytes Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
WriteBytes(Byte[], Int32, Int32)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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)
Parametry
- buffer
- Byte[]
- start
- Int32
- byteCount
- Int32
Wyjątki
buffer
to null
.
Zakres określony przez start
element i byteCount
wykracza poza granice elementu buffer
.
Dotyczy
WriteBytes(Stream, Int32)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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
Parametry
- source
- Stream
- byteCount
- Int32
Zwraca
Wyjątki
source
to null
.
byteCount
jest ujemna.
Dotyczy
WriteBytes(Byte*, Int32)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
public:
void WriteBytes(System::Byte* buffer, int byteCount);
public void WriteBytes (byte* buffer, int byteCount);
member this.WriteBytes : nativeptr<byte> * int -> unit
Parametry
- buffer
- Byte*
- byteCount
- Int32
Wyjątki
buffer
to null
.
byteCount
jest ujemna.
Dotyczy
WriteBytes(ImmutableArray<Byte>, Int32, Int32)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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)
Parametry
- buffer
- ImmutableArray<Byte>
- start
- Int32
- byteCount
- Int32
Wyjątki
buffer
to null
.
Zakres określony przez start
element i byteCount
wykracza poza granice elementu buffer
.
Dotyczy
WriteBytes(BlobBuilder)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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)
Parametry
- source
- BlobBuilder
Wyjątki
source
to null
.
Dotyczy
WriteBytes(ImmutableArray<Byte>)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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))
Parametry
- buffer
- ImmutableArray<Byte>
Wyjątki
buffer
to null
.
Dotyczy
WriteBytes(Byte[])
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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())
Parametry
- buffer
- Byte[]
Wyjątki
buffer
to null
.
Dotyczy
WriteBytes(Byte, Int32)
- Źródło:
- BlobWriter.cs
- Źródło:
- BlobWriter.cs
- Źródło:
- 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)
Parametry
- value
- Byte
- byteCount
- Int32
Wyjątki
byteCount
jest ujemna.