3 types derived from LicenseContext
System (3)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
30public class DesigntimeLicenseContext : LicenseContext { 62internal class RuntimeLicenseContext : LicenseContext
compmod\system\componentmodel\LicenseManager.cs (1)
540internal class CLRLicenseContext : LicenseContext {
10 references to LicenseContext
System (10)
compmod\system\componentmodel\LicenseManager.cs (8)
29private static volatile LicenseContext context = null; 43/// Gets or sets the current <see cref='System.ComponentModel.LicenseContext'/> which specifies when the licensed object can be 47public static LicenseContext CurrentContext { 107public static object CreateWithContext(Type type, LicenseContext creationContext) { 117public static object CreateWithContext(Type type, LicenseContext creationContext, object[] args) { 121LicenseContext normal = CurrentContext; 271private static bool ValidateInternalRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out License license, out string licenseKey) { 387LicenseContext savedLicenseContext;
compmod\system\componentmodel\LicenseProvider.cs (1)
27public abstract License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions);
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
51public override License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions) {