다음을 통해 공유


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를 직렬화할 위치입니다.

적용 대상