C# 클래스 FxDetector.WindowInfo

파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( ) : string
WindowInfo ( IntPtr hwnd ) : System

비공개 메소드들

메소드 설명
DetectBitness ( ) : Bitness
DetectFramework ( ) : FxVersion
GetModules ( ) : IEnumerable

Similar to System.Diagnostics.WinProcessManager.GetModuleInfos, except that we include 32 bit modules when we run in x64 mode. See http://blogs.msdn.com/b/jasonz/archive/2007/05/11/code-sample-is-your-process-using-the-silverlight-clr.aspx

RunDetection ( ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( ) : string
리턴 string

WindowInfo() 공개 메소드

public WindowInfo ( IntPtr hwnd ) : System
hwnd System.IntPtr
리턴 System