C# Class SymbolExplorer.ViewModels.SectionViewModel

Mostrar archivo Open project: BlazingHeart/SymbolExplorer Class Usage Examples

Public Properties

Property Type Description
Relocations SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]

Public Methods

Method Description
ResolveName ( ObjectFile file ) : void
SectionViewModel ( ObjectFile imageSection ) : System

Method Details

ResolveName() public method

public ResolveName ( ObjectFile file ) : void
file SymbolExplorer.Code.ObjectFile
return void

SectionViewModel() public method

public SectionViewModel ( ObjectFile imageSection ) : System
imageSection SymbolExplorer.Code.ObjectFile
return System

Property Details

Relocations public_oe property

public IMAGE_RELOCATION[],SymbolExplorer.Code.Windows Relocations
return SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]