[This is preliminary documentation and is subject to change.]
            Executes method in thread. This method ends immediatly.
            
    Namespace: 
   Phoenix.RuntimeAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public Thread Execute( MethodOverloads method, params Object[] rawParams )
Public Function Execute ( _ method As MethodOverloads, _ ParamArray rawParams As Object() _ ) As Thread
public: Thread^ Execute( MethodOverloads^ method, ... array<Object^>^ rawParams )
Parameters
- method
- MethodOverloads
 Method or list of overloads to execute.
- rawParams
- array<
            Object
          >[]()[]
 Parameter list convertible to at least one method overload.


























