C# 클래스 System.Reflection.PortableExecutable.ResourceSectionBuilder

Base class for PE resource section builder. Implement to provide serialization logic for native resources.
파일 보기 프로젝트 열기: mikedn/runtime 1 사용 예제들

보호된 메소드들

메소드 설명
ResourceSectionBuilder ( ) : System.Reflection.Metadata
Serialize ( BlobBuilder builder, SectionLocation location ) : void

메소드 상세

ResourceSectionBuilder() 보호된 메소드

protected ResourceSectionBuilder ( ) : System.Reflection.Metadata
리턴 System.Reflection.Metadata

Serialize() 보호된 추상적인 메소드

protected abstract Serialize ( BlobBuilder builder, SectionLocation location ) : void
builder BlobBuilder
location SectionLocation
리턴 void