C# Class Hawkeye.DecompilePlugin.ILSpyController

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

Method Details

DoesWindowTitleMatches() protected méthode

protected DoesWindowTitleMatches ( string title ) : bool
title string
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