[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GuiThread
Public Class GuiThread
public ref class GuiThread

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GuiThread(Type)
Initializes a new instance of the GuiThread class
CreateObject(Type)
Creates object on gui thread.
Invoke(Delegate, array<Object>[]()[])
InvokeFast(Delegate, array<Object>[]()[])
If InvokeRequired is true, Delegate is executed via BeginInvoke; otherwise is executed directly.
InvokeRequired
Window

Inheritance Hierarchy

System..::.Object
  Phoenix.Gui..::.GuiThread

See Also