terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Threading.Tasks.TaskFactory< TResult >, including all inherited members.
CheckCreationOptions(TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
CheckFromAsyncOptions(TaskCreationOptions creationOptions, bool hasBeginMethod) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
CheckMultiTaskContinuationOptions(TaskContinuationOptions continuationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
CommonCWAnyLogic(global::System.Collections.Generic.IList< Task > tasks) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsync(global::System.Func< global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< global::System.IAsyncResult, TResult > endMethod, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(global::System.Func< TArg1, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Action< global::System.IAsyncResult > endMethod, TArg1 arg1, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(global::System.Func< TArg1, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Action< global::System.IAsyncResult > endMethod, TArg1 arg1, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(global::System.Func< TArg1, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< global::System.IAsyncResult, TResult > endMethod, TArg1 arg1, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1, TArg2 >(global::System.Func< TArg1, TArg2, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Action< global::System.IAsyncResult > endMethod, TArg1 arg1, TArg2 arg2, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1, TArg2 >(global::System.Func< TArg1, TArg2, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Action< global::System.IAsyncResult > endMethod, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsyncCoreLogic(global::System.IAsyncResult iar, global::System.Func< global::System.IAsyncResult, TResult > endFunction, global::System.Action< global::System.IAsyncResult > endAction, Task< TResult > promise, bool requiresSynchronization) | System.Threading.Tasks.TaskFactory< TResult > | inlineprivatestatic |
FromAsyncImpl(global::System.Func< global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< global::System.IAsyncResult, TResult > endFunction, global::System.Action< global::System.IAsyncResult > endAction, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncImpl< TArg1 >(global::System.Func< TArg1, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< global::System.IAsyncResult, TResult > endFunction, global::System.Action< global::System.IAsyncResult > endAction, TArg1 arg1, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncImpl< TArg1, TArg2 >(global::System.Func< TArg1, TArg2, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< global::System.IAsyncResult, TResult > endFunction, global::System.Action< global::System.IAsyncResult > endAction, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncTrim< TInstance, TArgs >(TInstance thisRef, TArgs args, global::System.Func< TInstance, TArgs, global::System.AsyncCallback, object, global::System.IAsyncResult > beginMethod, global::System.Func< TInstance, global::System.IAsyncResult, TResult > endMethod) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
m_defaultCancellationToken | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultCancellationToken | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultContinuationOptions | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultContinuationOptions | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultCreationOptions | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultCreationOptions | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultScheduler | System.Threading.Tasks.TaskFactory< TResult > | private |
m_defaultScheduler | System.Threading.Tasks.TaskFactory< TResult > | private |
StartNew(global::System.Action< object > action, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
StartNew< TResult >(global::System.Func< TResult > function, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
StartNew< TResult >(global::System.Func< object, TResult > function, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
TaskFactory() | System.Threading.Tasks.TaskFactory< TResult > | inline |
TaskFactory(CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskContinuationOptions continuationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
TaskFactory() | System.Threading.Tasks.TaskFactory< TResult > | inline |
TaskFactory(CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskContinuationOptions continuationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |