C# Class FxDetector.WindowInfo

显示文件 Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
Dump ( ) : string
WindowInfo ( IntPtr hwnd ) : System

Private Methods

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

Method Details

Dump() public method

public Dump ( ) : string
return string

WindowInfo() public method

public WindowInfo ( IntPtr hwnd ) : System
hwnd System.IntPtr
return System