Method | Description | |
---|---|---|
GotoType ( |
Loads the type's assembly then selects the specified type declaration in the decompiler;
|
Method | Description | |
---|---|---|
DoesWindowTitleMatches ( string title ) : bool |
Determines wether the specified window title matches the actual decompiler.
|
Method | Description | |
---|---|---|
LoadAssembly ( string filename ) : bool | ||
SelectEventDeclaration ( string key ) : bool | ||
SelectFieldDeclaration ( string key ) : bool | ||
SelectMethodDeclaration ( string key ) : bool | ||
SelectPropertyDeclaration ( string key ) : bool | ||
SelectTypeDeclaration ( |
||
SelectTypeDeclaration ( string key ) : bool | ||
UnloadAssembly ( string filename ) : bool |
protected DoesWindowTitleMatches ( string title ) : bool | ||
title | string | The window title. |
return | bool |
public GotoType ( |
||
type | The type to decompile. | |
return | bool |