Class WpfApplication
Inheritance
System.Object
    WpfApplication
  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.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WpfApplicationProperties
AppFileName
Declaration
public string AppFileName { get; }Property Value
| System.String 
 | 
HasExited
Declaration
public bool HasExited { get; }Property Value
| System.Boolean 
 | 
MainWindow
Manager
Pid
Declaration
public int Pid { get; }Property Value
| System.Int32 
 | 
Process
Declaration
public Process Process { get; }Property Value
| System.Diagnostics.Process 
 | 
QuitOnDetach
Declaration
public bool QuitOnDetach { get; set; }Property Value
| System.Boolean 
 | 
Windows
Declaration
public IList<WpfWindow> Windows { get; }Property Value
| System.Collections.Generic.IList<WpfWindow> 
 | 
Methods
Detach()
Declaration
public void Detach()Detach(Boolean)
Declaration
public void Detach(bool quitOnDetach)Parameters
| System.Boolean
        quitOnDetach 
 | 
GetWindow(String)
Declaration
public WpfWindow GetWindow(string caption)Parameters
| System.String
        caption 
 | 
Returns
| WpfWindow 
 | 
Quit()
Declaration
public void Quit()WaitForWindow(String)
Declaration
public WpfWindow WaitForWindow(string caption)Parameters
| System.String
        caption 
 | 
Returns
| WpfWindow 
 | 
WaitForWindow(String, Int32)
Declaration
public WpfWindow WaitForWindow(string caption, int timeout)Parameters
| System.String
        caption 
 | 
| System.Int32
        timeout 
 | 
Returns
| WpfWindow 
 | 
Events
NewWindow
Declaration
public event EventHandler<GenericEventArgs<WpfWindow>> NewWindowEvent Type
| System.EventHandler<GenericEventArgs<WpfWindow>> 
 |