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

◆ ValidateAndRetrieveLicenseDetails()

static bool System.ComponentModel.LicenseManager.LicenseInteropHelper.ValidateAndRetrieveLicenseDetails ( LicenseContext context,
Type type,
out License license,
out string licenseKey )
inlinestatic

Definition at line 83 of file LicenseManager.cs.

84 {
85 if (context == null)
86 {
87 context = CurrentContext;
88 }
89 return ValidateInternalRecursive(context, type, null, allowExceptions: false, out license, out licenseKey);
90 }
static bool ValidateInternalRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out License license, out string licenseKey)

References System.ComponentModel.LicenseManager.CurrentContext, System.type, and System.ComponentModel.LicenseManager.ValidateInternalRecursive().