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

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

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

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

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

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

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

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

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

protected DoesWindowTitleMatches ( string title ) : bool
title string
Результат 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