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

Public Member Functions

 RunWorkerCompletedEventArgs (object result, Exception error, bool cancelled)
 

Static Public Attributes

static readonly EventArgs Empty
 

Protected Member Functions

void RaiseExceptionIfNecessary ()
 

Properties

object Result [get]
 
new object UserState [get]
 
bool Cancelled [get]
 
Exception Error [get]
 

Private Attributes

object result = result
 
readonly Exception error
 
readonly bool cancelled
 
readonly object userState
 

Detailed Description

Definition at line 6 of file RunWorkerCompletedEventArgs.cs.


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