[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.GuiAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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 |