C# 클래스 SymbolExplorer.ViewModels.SectionViewModel

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

공개 프로퍼티들

프로퍼티 타입 설명
Relocations SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]

공개 메소드들

메소드 설명
ResolveName ( ObjectFile file ) : void
SectionViewModel ( ObjectFile imageSection ) : System

메소드 상세

ResolveName() 공개 메소드

public ResolveName ( ObjectFile file ) : void
file SymbolExplorer.Code.ObjectFile
리턴 void

SectionViewModel() 공개 메소드

public SectionViewModel ( ObjectFile imageSection ) : System
imageSection SymbolExplorer.Code.ObjectFile
리턴 System

프로퍼티 상세

Relocations 공개적으로 프로퍼티

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