BlobWriter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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())
参数
- buffer
- Byte[]
适用于
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)
参数
- size
- Int32
适用于
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)
参数
- blob
- Blob
适用于
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)
参数
- buffer
- Byte[]
- start
- Int32
- count
- Int32