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

The GuiThread type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.

See Also