프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
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 |
public WindowInfo ( |
||
hwnd | The target window handle. | |
리턴 | System |