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
Internal.Cryptography.OidLookup Class Reference
+ Collaboration diagram for Internal.Cryptography.OidLookup:

Static Public Member Functions

static string ToFriendlyName (string oid, OidGroup oidGroup, bool fallBackToAllGroups)
 
static string ToOid (string friendlyName, OidGroup oidGroup, bool fallBackToAllGroups)
 

Static Private Member Functions

static bool ShouldUseCache (OidGroup oidGroup)
 
static string NativeOidToFriendlyName (string oid, OidGroup oidGroup, bool fallBackToAllGroups)
 
static string NativeFriendlyNameToOid (string friendlyName, OidGroup oidGroup, bool fallBackToAllGroups)
 
static OidLookup ()
 

Static Private Attributes

static readonly ConcurrentDictionary< string, string > s_lateBoundOidToFriendlyName
 
static readonly ConcurrentDictionary< string, string > s_lateBoundFriendlyNameToOid
 
static readonly Dictionary< string, string > s_friendlyNameToOid
 
static readonly Dictionary< string, string > s_oidToFriendlyName
 
static readonly Dictionary< string, string > s_compatOids
 

Detailed Description

Definition at line 13 of file OidLookup.cs.


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