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

AssemblyHelperAttribute Constructor (String, String, String, String, String)

The constructor for an AssemblyOpenLicenseHelperAttribute.

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

Syntax


public AssemblyHelperAttribute(
	string product,
	string company,
	string url,
	string email,
	string phone
)
Public Sub New ( _
	product As String, _
	company As String, _
	url As String, _
	email As String, _
	phone As String _
)
public:
AssemblyHelperAttribute(
	String^ product, 
	String^ company, 
	String^ url, 
	String^ email, 
	String^ phone
)

Parameters

product
Type: String
The name of the product this licensing scheme is for.
company
Type: String
The name of the company who developed this product.
url
Type: String
The URL of the company.
email
Type: String
An email address to contact the company. Generally this is a support email address.
phone
Type: String
A phone number to contact the company. Generally this is a support phone number.