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 序列化到其中的位置。

适用于