terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ComponentModel.AsyncOperation Class Referencesealed

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]
 
SynchronizationContext SynchronizationContext [get]
 

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 8 of file AsyncOperation.cs.


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