C# Class Hawkeye.ComponentModel.WindowInfo

Inheritance: IWindowInfo
Datei anzeigen Open project: odalet/Hawkeye2 Class Usage Examples

Private Properties

Property Type Description
DetectBitness Bitness
DetectFramework Clr
GetModules IEnumerable
RunDetection void

Public Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

DetectDotNetProperties() public method

public DetectDotNetProperties ( ) : void
return void

Dump() public method

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

ToShortString() public method

public ToShortString ( ) : string
return string

WindowInfo() public method

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