C# 클래스 SymbolExplorer.Code.ObjectFile.ImageSection

파일 보기 프로젝트 열기: BlazingHeart/SymbolExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Header SymbolExplorer.Code.Windows.IMAGE_SECTION_HEADER
RawData byte[]
RawOffset long
Relocations SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]

프로퍼티 상세

Header 공개적으로 프로퍼티

public IMAGE_SECTION_HEADER,SymbolExplorer.Code.Windows Header
리턴 SymbolExplorer.Code.Windows.IMAGE_SECTION_HEADER

RawData 공개적으로 프로퍼티

public byte[] RawData
리턴 byte[]

RawOffset 공개적으로 프로퍼티

public long RawOffset
리턴 long

Relocations 공개적으로 프로퍼티

public IMAGE_RELOCATION[],SymbolExplorer.Code.Windows Relocations
리턴 SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]