C# 클래스 Hawkeye.DecompilePlugin.ILSpyController

상속: BaseDecompilerController
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
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