Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.LicenseManager.CLRLicenseContext Class Referencesealed

Public Member Functions

override string GetSavedLicenseKey (Type type, Assembly resourceAssembly)
 
override void SetSavedLicenseKey (Type type, string key)
 
virtual ? string GetSavedLicenseKey (Type type, Assembly? resourceAssembly)
 
virtual ? object GetService (Type type)
 

Static Public Member Functions

static CLRLicenseContext CreateDesignContext (Type type)
 
static CLRLicenseContext CreateRuntimeContext (Type type, string key)
 

Properties

override LicenseUsageMode UsageMode [get]
 

Private Member Functions

 CLRLicenseContext (Type type, LicenseUsageMode mode)
 

Private Attributes

readonly Type _type
 
string _key
 

Detailed Description

Definition at line 12 of file LicenseManager.cs.


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