BlobBuilder.WriteContentTo Method
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
WriteContentTo(Stream) | |
WriteContentTo(BlobBuilder) | |
WriteContentTo(BlobWriter) |
WriteContentTo(Stream)
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
public:
void WriteContentTo(System::IO::Stream ^ destination);
public void WriteContentTo (System.IO.Stream destination);
member this.WriteContentTo : System.IO.Stream -> unit
Public Sub WriteContentTo (destination As Stream)
Parameters
- destination
- Stream
Exceptions
destination
is null
.
Content is not available, the builder has been linked with another one.
Applies to
WriteContentTo(BlobBuilder)
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
public:
void WriteContentTo(System::Reflection::Metadata::BlobBuilder ^ destination);
public void WriteContentTo (System.Reflection.Metadata.BlobBuilder destination);
member this.WriteContentTo : System.Reflection.Metadata.BlobBuilder -> unit
Public Sub WriteContentTo (destination As BlobBuilder)
Parameters
- destination
- BlobBuilder
Exceptions
destination
is null
.
Content is not available, the builder has been linked with another one.
Applies to
WriteContentTo(BlobWriter)
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
- Source:
- BlobBuilder.cs
public:
void WriteContentTo(System::Reflection::Metadata::BlobWriter % destination);
public void WriteContentTo (ref System.Reflection.Metadata.BlobWriter destination);
member this.WriteContentTo : BlobWriter -> unit
Public Sub WriteContentTo (ByRef destination As BlobWriter)
Parameters
- destination
- BlobWriter
Exceptions
destination
is default (BlobWriter).
Content is not available, the builder has been linked with another one.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.