ResourceSectionBuilder.Serialize(BlobBuilder, SectionLocation) 方法

定義

序列化指定的資源。

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)

參數

builder
BlobBuilder

包含要序列化資料的 Blob。

location
SectionLocation

序列化 builder 的位置。

適用於