C# Class Hawkeye.DecompilePlugin.ILSpyController

Inheritance: BaseDecompilerController
Mostrar archivo Open project: odalet/Hawkeye2

Public Methods

Method Description
GotoType ( Type type ) : bool

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

Protected Methods

Method Description
DoesWindowTitleMatches ( string title ) : bool

Method Details

DoesWindowTitleMatches() protected method

protected DoesWindowTitleMatches ( string title ) : bool
title string
return bool

GotoType() public method

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.
return bool