C# 클래스 Hawkeye.ComponentModel.WindowInfo

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

Private Properties

프로퍼티 타입 설명
DetectBitness Bitness
DetectFramework Clr
GetModules IEnumerable
RunDetection void

공개 메소드들

메소드 설명
DetectDotNetProperties ( ) : void
Dump ( ) : string

Dumps the content of this object in a text form.

ToShortString ( ) : string
WindowInfo ( IntPtr hwnd ) : System

Initializes a new instance of the WindowInfo class.

비공개 메소드들

메소드 설명
DetectBitness ( ) : Bitness
DetectFramework ( ) : Clr
GetModules ( int pid ) : 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

메소드 상세

DetectDotNetProperties() 공개 메소드

public DetectDotNetProperties ( ) : void
리턴 void

Dump() 공개 메소드

Dumps the content of this object in a text form.
public Dump ( ) : string
리턴 string

ToShortString() 공개 메소드

public ToShortString ( ) : string
리턴 string

WindowInfo() 공개 메소드

Initializes a new instance of the WindowInfo class.
public WindowInfo ( IntPtr hwnd ) : System
hwnd System.IntPtr The target window handle.
리턴 System