Interface IWindowInformation
Interface for EntityObjects containing window title information
Namespace: TimeCockpit.Data.DataModel.Signals
Assembly: TimeCockpit.Data.dll
Syntax
public interface IWindowInformation
Properties
FileDescription
Gets or sets the description of the executeable file.
Declaration
string FileDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FileName
Gets or sets the full name of the executeable of the process the window belongs to, including full filesystem path.
Declaration
string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessId
Gets or sets the id of the process the window belongs to
Declaration
string ProcessId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessName
Gets or sets the name of the process the window belongs to
Declaration
string ProcessName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProductName
Gets or sets the product name of the executeable file.
Declaration
string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WindowHandle
Gets or sets the window handle/id
Declaration
string WindowHandle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WindowTitle
Gets or sets the title of the window
Declaration
string WindowTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |