|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 12 of file LicenseManager.cs.