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
Loading...
Searching...
No Matches
System.ComponentModel.AsyncOperation Class Referencesealed
+ Collaboration diagram for System.ComponentModel.AsyncOperation:

Public Member Functions

void Post (SendOrPostCallback d, object arg)
 
void PostOperationCompleted (SendOrPostCallback d, object arg)
 
void OperationCompleted ()
 

Protected Member Functions

override void Finalize ()
 

Package Functions

 AsyncOperation ()
 

Static Package Functions

static AsyncOperation CreateOperation (object userSuppliedState, SynchronizationContext syncContext)
 

Properties

object UserSuppliedState [get, set]
 
SynchronizationContext SynchronizationContext [get, set]
 

Private Member Functions

 AsyncOperation (object userSuppliedState, SynchronizationContext syncContext)
 
void PostCore (SendOrPostCallback d, object arg, bool markCompleted)
 
void OperationCompletedCore ()
 
void VerifyNotCompleted ()
 
void VerifyDelegateNotNull (SendOrPostCallback d)
 

Private Attributes

readonly SynchronizationContext _syncContext
 
readonly object _userSuppliedState
 
bool _alreadyCompleted
 

Detailed Description

Definition at line 10 of file AsyncOperation.cs.


The documentation for this class was generated from the following file: