C# Class SymbolExplorer.ViewModels.SectionViewModel

Afficher le fichier Open project: BlazingHeart/SymbolExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Relocations SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]

Méthodes publiques

Méthode Description
ResolveName ( ObjectFile file ) : void
SectionViewModel ( ObjectFile imageSection ) : System

Method Details

ResolveName() public méthode

public ResolveName ( ObjectFile file ) : void
file SymbolExplorer.Code.ObjectFile
Résultat void

SectionViewModel() public méthode

public SectionViewModel ( ObjectFile imageSection ) : System
imageSection SymbolExplorer.Code.ObjectFile
Résultat System

Property Details

Relocations public_oe property

public IMAGE_RELOCATION[],SymbolExplorer.Code.Windows Relocations
Résultat SymbolExplorer.Code.Windows.IMAGE_RELOCATION[]