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.Net.TimerThread.TimerNode Class Reference
+ Inheritance diagram for System.Net.TimerThread.TimerNode:

Public Member Functions

void Dispose ()
 

Package Functions

 TimerNode (TimerThread.Callback callback, object context, int durationMilliseconds, object queueLock)
 
 TimerNode ()
 
override bool Cancel ()
 
bool Fire ()
 

Properties

override bool HasExpired [get]
 
TimerThread.TimerNode Next [get, set]
 
TimerThread.TimerNode Prev [get, set]
 
int Duration [get]
 
int StartTime [get]
 
int Expiration [get]
 
int TimeRemaining [get]
 

Private Types

enum  TimerState { Ready , Fired , Cancelled , Sentinel }
 

Private Attributes

TimerThread.TimerNode.TimerState m_TimerState
 
TimerThread.Callback m_Callback
 
object m_Context
 
object m_QueueLock
 
TimerThread.TimerNode next
 
TimerThread.TimerNode prev
 
readonly int m_StartTimeMilliseconds
 
readonly int m_DurationMilliseconds
 

Detailed Description

Definition at line 413 of file TimerThread.cs.


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