Class SelectHostModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SelectHostModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
SelectHostModel()
Declaration
public SelectHostModel()
Properties
BrowserClientId
Declaration
public string BrowserClientId { get; set; }
Property Value
System.String
|
BrowserWindow
DesktopNativeWindow
DisplayName
Declaration
public string DisplayName { get; }
Property Value
System.String
|
Handle
Declaration
public int Handle { get; }
Property Value
System.Int32
|
IsRecorderAttached
Declaration
public bool IsRecorderAttached { get; set; }
Property Value
System.Boolean
|
Process
Declaration
public Process Process { get; set; }
Property Value
System.Diagnostics.Process
|