CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

AssemblyHelperAttribute Class

This is an assembly attribute to be used to defined the product and company information. This information will be used when an exception is thrown because a valid license couldn't be found. It may also be used by a developer to access their information to display in a product's about page.

Namespace:  CAS.Lib.CodeProtect
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


[AttributeUsageAttribute]
public class AssemblyHelperAttribute : Attribute
<AttributeUsageAttribute> _
Public Class AssemblyHelperAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class AssemblyHelperAttribute : public Attribute

Examples


c#
C#
[assembly: CAS.Lib.CodeProtectAssemblyOpenLicenseHelper("Open License", "SP extreme")]
vb#
C#
<assembly: CAS.Lib.CodeProtectAssemblyOpenLicenseHelper("Open License", "SP extreme")>

Inheritance Hierarchy


Object
  Attribute
    CAS.Lib.CodeProtect..::..AssemblyHelperAttribute