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