C# Class Hawkeye.DecompilePlugin.ReflectorController

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

Determines wether the specified window title matches the actual decompiler.

Private Methods

Method 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 method

Determines wether the specified window title matches the actual decompiler.
protected DoesWindowTitleMatches ( string title ) : bool
title string The window title.
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