BlobWriter Constructors
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
BlobWriter(Byte[]) | |
BlobWriter(Int32) | |
BlobWriter(Blob) | |
BlobWriter(Byte[], Int32, Int32) |
BlobWriter(Byte[])
- Source:
- BlobWriter.cs
- Source:
- BlobWriter.cs
- Source:
- 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())
Parameters
- buffer
- Byte[]
Applies to
BlobWriter(Int32)
- Source:
- BlobWriter.cs
- Source:
- BlobWriter.cs
- Source:
- 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)
Parameters
- size
- Int32
Applies to
BlobWriter(Blob)
- Source:
- BlobWriter.cs
- Source:
- BlobWriter.cs
- Source:
- 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)
Parameters
- blob
- Blob
Applies to
BlobWriter(Byte[], Int32, Int32)
- Source:
- BlobWriter.cs
- Source:
- BlobWriter.cs
- Source:
- 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)
Parameters
- buffer
- Byte[]
- start
- Int32
- count
- Int32
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.