C# Класс Hawkeye.DecompilePlugin.ReflectorController

Наследование: BaseDecompilerController
Показать файл Открыть проект

Открытые методы

Метод Описание
GotoType ( Type type ) : bool

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

Защищенные методы

Метод Описание
DoesWindowTitleMatches ( string title ) : bool

Determines wether the specified window title matches the actual decompiler.

Приватные методы

Метод Описание
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

Описание методов

DoesWindowTitleMatches() защищенный Метод

Determines wether the specified window title matches the actual decompiler.
protected DoesWindowTitleMatches ( string title ) : bool
title string The window title.
Результат bool

GotoType() публичный Метод

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.
Результат bool