BlobWriter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BlobWriter(Byte[]) | |
BlobWriter(Int32) | |
BlobWriter(Blob) | |
BlobWriter(Byte[], Int32, Int32) |
BlobWriter(Byte[])
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())
參數
- buffer
- Byte[]
適用於
BlobWriter(Int32)
public:
BlobWriter(int size);
public BlobWriter (int size);
new System.Reflection.Metadata.BlobWriter : int -> System.Reflection.Metadata.BlobWriter
Public Sub New (size As Integer)
參數
- size
- Int32
適用於
BlobWriter(Blob)
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)
參數
- blob
- Blob
適用於
BlobWriter(Byte[], Int32, Int32)
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)
參數
- buffer
- Byte[]
- start
- Int32
- count
- Int32