SaaS CMS has officially launched! Learn more now.

Class LicensedAppDomainDetection

Inheritance
System.Object
LicensedAppDomainDetection
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class LicensedAppDomainDetection : Object

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

Extension Methods