BlobWriter Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| BlobWriter(Byte[]) | |
| BlobWriter(Int32) | |
| BlobWriter(Blob) | |
| BlobWriter(Byte[], Int32, Int32) |
BlobWriter(Byte[])
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
public:
BlobWriter(cli::array <System::Byte> ^ buffer);
public BlobWriter(byte[] buffer);
new System.Reflection.Metadata.BlobWriter : byte[] -> System.Reflection.Metadata.BlobWriter
Public Sub New (buffer As Byte())
Parametrar
- buffer
- Byte[]
Gäller för
BlobWriter(Int32)
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
public:
BlobWriter(int size);
public BlobWriter(int size);
new System.Reflection.Metadata.BlobWriter : int -> System.Reflection.Metadata.BlobWriter
Public Sub New (size As Integer)
Parametrar
- size
- Int32
Gäller för
BlobWriter(Blob)
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
public:
BlobWriter(System::Reflection::Metadata::Blob blob);
public BlobWriter(System.Reflection.Metadata.Blob blob);
new System.Reflection.Metadata.BlobWriter : System.Reflection.Metadata.Blob -> System.Reflection.Metadata.BlobWriter
Public Sub New (blob As Blob)
Parametrar
- blob
- Blob
Gäller för
BlobWriter(Byte[], Int32, Int32)
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
- Källa:
- BlobWriter.cs
public:
BlobWriter(cli::array <System::Byte> ^ buffer, int start, int count);
public BlobWriter(byte[] buffer, int start, int count);
new System.Reflection.Metadata.BlobWriter : byte[] * int * int -> System.Reflection.Metadata.BlobWriter
Public Sub New (buffer As Byte(), start As Integer, count As Integer)
Parametrar
- buffer
- Byte[]
- start
- Int32
- count
- Int32