Share via


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 のシリアル化先とする場所。

適用対象