ResourceSectionBuilder.Serialize(BlobBuilder, SectionLocation) 메서드

정의

지정된 리소스를 serialize합니다.

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

serialize할 데이터가 포함된 Blob입니다.

location
SectionLocation

serialize할 위치입니다 builder.

적용 대상