Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Task<T> Create<T>( Type type, string methodName, params Object[] args ) |
Visual Basic |
---|
Public Shared Function Create(Of T) ( _ type As Type, _ methodName As String, _ ParamArray args As Object() _ ) As Task(Of T) |
Visual C++ |
---|
public: generic<typename T> static Task<T>^ Create( Type^ type, String^ methodName, ... array<Object^>^ args ) |
Parameters
- type
- Type: System..::..Type
- methodName
- Type: System..::..String
- args
- Type: array<System..::..Object>[]()[][]
Type Parameters
- T