C# 클래스 Hawkeye.DecompilePlugin.ReflectorController

상속: 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

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