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.AsyncCompletedEventArgs Class Reference
+ Inheritance diagram for System.ComponentModel.AsyncCompletedEventArgs:
+ Collaboration diagram for System.ComponentModel.AsyncCompletedEventArgs:

Public Member Functions

 AsyncCompletedEventArgs ()
 
 AsyncCompletedEventArgs (Exception error, bool cancelled, object userState)
 

Static Public Attributes

static readonly global::System.EventArgs Empty
 

Protected Member Functions

void RaiseExceptionIfNecessary ()
 

Properties

bool Cancelled [get, set]
 
Exception Error [get, set]
 
object UserState [get, set]
 

Private Attributes

readonly Exception error
 
readonly bool cancelled
 
readonly object userState
 

Detailed Description

Definition at line 12 of file AsyncCompletedEventArgs.cs.


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