[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 Object Invoke(
	Delegate method,
	params Object[] args
)
Public Function Invoke ( _
	method As Delegate, _
	ParamArray args As Object() _
) As Object
public:
Object^ Invoke(
	Delegate^ method, 
	... array<Object^>^ args
)

Parameters

method
Delegate
args
array< Object >[]()[]

See Also