ResourceSectionBuilder.Serialize(BlobBuilder, SectionLocation) 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.
Serializes the specified resource.
protected public:
abstract void Serialize(System::Reflection::Metadata::BlobBuilder ^ builder, System::Reflection::PortableExecutable::SectionLocation location);
protected internal abstract void Serialize (System.Reflection.Metadata.BlobBuilder builder, System.Reflection.PortableExecutable.SectionLocation location);
abstract member Serialize : System.Reflection.Metadata.BlobBuilder * System.Reflection.PortableExecutable.SectionLocation -> unit
Protected Friend MustOverride Sub Serialize (builder As BlobBuilder, location As SectionLocation)
Parameters
- builder
- BlobBuilder
A blob that contains the data to serialize.
- location
- SectionLocation
The location to which to serialize builder
.
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.