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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.