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.WeakHashtable.EqualityWeakReference Class Referencesealed
+ Inheritance diagram for System.ComponentModel.WeakHashtable.EqualityWeakReference:

Public Member Functions

override bool Equals (object o)
 
override int GetHashCode ()
 
void GetObjectData (SerializationInfo info, StreamingContext context)
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
void SetTarget (T target)
 
bool TryGetTarget ([Out] T target)
 

Protected Member Functions

override void Finalize ()
 
override void Finalize ()
 

Package Functions

 EqualityWeakReference (object o)
 

Properties

virtual bool IsAlive [get]
 
virtual object Target [get, set]
 
virtual bool TrackResurrection [get]
 

Private Member Functions

void AllocateHandle (object target)
 

Private Attributes

int _hashCode
 
GCHandle handle
 
bool trackResurrection
 
bool isLongReference
 
GCHandle gcHandle
 

Detailed Description

Definition at line 114 of file WeakHashtable.cs.


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