C# Класс Hawkeye.ComponentModel.WindowInfo

Наследование: IWindowInfo
Показать файл Открыть проект Примеры использования класса

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