Class LicensedAppDomainDetection
Inheritance
System.Object
LicensedAppDomainDetection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 11.20.7Syntax
public class LicensedAppDomainDetection
Constructors
LicensedAppDomainDetection()
Declaration
public LicensedAppDomainDetection()
Methods
RequiresLicense()
Declaration
public virtual bool RequiresLicense()
Returns
Type | Description |
---|---|
System.Boolean |
RequiresLicense(AppDomain, Process)
Declaration
public virtual bool RequiresLicense(AppDomain appDomain, Process process)
Parameters
Type | Name | Description |
---|---|---|
System.AppDomain | appDomain | |
System.Diagnostics.Process | process |
Returns
Type | Description |
---|---|
System.Boolean |