C# Class Hawkeye.DecompilePlugin.ReflectorController

Inheritance: BaseDecompilerController
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
GotoType ( Type type ) : bool

Loads the type's assembly then selects the specified type declaration in the decompiler;

Méthodes protégées

Méthode Description
DoesWindowTitleMatches ( string title ) : bool

Determines wether the specified window title matches the actual decompiler.

Private Methods

Méthode Description
LoadAssembly ( string filename ) : bool
SelectEventDeclaration ( string key ) : bool
SelectFieldDeclaration ( string key ) : bool
SelectMethodDeclaration ( string key ) : bool
SelectPropertyDeclaration ( string key ) : bool
SelectTypeDeclaration ( Type type ) : bool
SelectTypeDeclaration ( string key ) : bool
UnloadAssembly ( string filename ) : bool

Method Details

DoesWindowTitleMatches() protected méthode

Determines wether the specified window title matches the actual decompiler.
protected DoesWindowTitleMatches ( string title ) : bool
title string The window title.
Résultat bool

GotoType() public méthode

Loads the type's assembly then selects the specified type declaration in the decompiler;
public GotoType ( Type type ) : bool
type System.Type The type to decompile.
Résultat bool