Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrentContext

LicenseContext System.ComponentModel.LicenseManager.CurrentContext
staticgetset

Definition at line 117 of file LicenseManager.cs.

118 {
119 get
120 {
121 if (s_context == null)
122 {
124 {
125 if (s_context == null)
126 {
128 }
129 }
130 }
131 return s_context;
132 }
133 set
134 {
136 {
137 if (s_contextLockHolder != null)
138 {
140 }
142 }
143 }
144 }
static volatile LicenseContext s_context
static readonly object s_internalSyncObject
static string LicMgrContextCannotBeChanged
Definition SR.cs:114
Definition SR.cs:7

Referenced by System.ComponentModel.LicenseManager.CreateWithContext(), System.ComponentModel.LicenseManager.LicenseInteropHelper.GetCurrentContextInfo(), System.ComponentModel.LicenseManager.LicenseInteropHelper.ValidateAndRetrieveLicenseDetails(), and System.ComponentModel.LicenseManager.ValidateInternal().