Méthode | Description | |
---|---|---|
BaseDecompilerController ( ) : System | ||
GotoType ( |
Loads the type's assembly then selects the specified type declaration in the decompiler;
|
Méthode | Description | |
---|---|---|
DoesWindowTitleMatches ( string title ) : bool |
Determines wether the specified window title matches the actual decompiler.
|
|
Send ( string message ) : bool |
Méthode | Description | |
---|---|---|
EnumWindow ( |
||
EnumWindows ( EnumWindowsCallback callback, int lparam ) : int | ||
GetWindowText ( |
||
SendMessage ( |
public BaseDecompilerController ( ) : System | ||
Résultat | System |
protected abstract DoesWindowTitleMatches ( string title ) : bool | ||
title | string | The window title. |
Résultat | bool |
public abstract GotoType ( |
||
type | The type to decompile. | |
Résultat | bool |