| ExternalWindowObserver Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Openfin.Desktop
 Syntax
Syntaxpublic sealed class ExternalWindowObserver : IDisposable, DesktopStateListener
The ExternalWindowObserver type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ExternalWindowObserver(Runtime, String, String, IntPtr) | 
                Establishes a connection and registers 
                the window identified by hWnd with the desktop.
             | 
|  | ExternalWindowObserver(String, Int32, String, String, IntPtr) | 
                Establishes a connection and registers 
                the window identified by hWnd with the desktop.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Name | 
                The Name property represents the name for the window which 
                must be unique within the context of the invoking Application.
             | 
|  | UUID | 
                The UUID property represents the UUID of 
                the application this window is a child of.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
                Ensures this window is deregistered on disposal.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | onClosed | 
                Callback when the connection with the Desktop has closed.
             | 
|  | onError | 
                Callback when client cannot start or connect to the Desktop.
             | 
|  | onMessage | 
                Callback when a message is sent to this client.
             | 
|  | onOutgoingMessage | 
                Callback when a message is sent from this client.
             | 
|  | onReady | 
                Callback when Desktop is successfully connected and ready to 
                accept commands.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Remarks
Remarks See Also
See Also