terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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(IList< Task > tasks) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsync(Func< AsyncCallback, object, IAsyncResult > beginMethod, Func< IAsyncResult, TResult > endMethod, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(Func< TArg1, AsyncCallback, object, IAsyncResult > beginMethod, Action< IAsyncResult > endMethod, TArg1 arg1, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(Func< TArg1, AsyncCallback, object, IAsyncResult > beginMethod, Action< IAsyncResult > endMethod, TArg1 arg1, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1 >(Func< TArg1, AsyncCallback, object, IAsyncResult > beginMethod, Func< IAsyncResult, TResult > endMethod, TArg1 arg1, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1, TArg2 >(Func< TArg1, TArg2, AsyncCallback, object, IAsyncResult > beginMethod, Action< IAsyncResult > endMethod, TArg1 arg1, TArg2 arg2, object state) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsync< TArg1, TArg2 >(Func< TArg1, TArg2, AsyncCallback, object, IAsyncResult > beginMethod, Action< IAsyncResult > endMethod, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inline |
FromAsyncCoreLogic(IAsyncResult iar, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, Task< TResult > promise, bool requiresSynchronization) | System.Threading.Tasks.TaskFactory< TResult > | inlineprivatestatic |
FromAsyncImpl(Func< AsyncCallback, object, IAsyncResult > beginMethod, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncImpl< TArg1 >(Func< TArg1, AsyncCallback, object, IAsyncResult > beginMethod, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, TArg1 arg1, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncImpl< TArg1, TArg2 >(Func< TArg1, TArg2, AsyncCallback, object, IAsyncResult > beginMethod, Func< IAsyncResult, TResult > endFunction, Action< IAsyncResult > endAction, TArg1 arg1, TArg2 arg2, object state, TaskCreationOptions creationOptions) | System.Threading.Tasks.TaskFactory< TResult > | inlinepackagestatic |
FromAsyncTrim< TInstance, TArgs >(TInstance thisRef, TArgs args, Func< TInstance, TArgs, AsyncCallback, object, IAsyncResult > beginMethod, Func< TInstance, 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(Action< object > action, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
StartNew< TResult >(Func< TResult > function, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) | System.Threading.Tasks.TaskFactory< TResult > | inline |
StartNew< TResult >(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 |