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

Creates object on gui thread.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object CreateObject(
	Type type
)
Public Function CreateObject ( _
	type As Type _
) As Object
public:
Object^ CreateObject(
	Type^ type
)

Parameters

type
Type
Object type.

See Also