Licenser Class
See Also  Members  
Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : Licenser Class


Class which is used to register the classes located in the Xceed.FileSystem namespace.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class Licenser 
Visual Basic (Usage)Copy Code
Dim instance As Licenser
C# 
public static class Licenser 

Remarks

We recommend you set the LicenseKey property in the main entry point of the application. For example, the LicenseKey property can be set, for C# users, in the static main function. For VB.NET users, it can be set in the constructor of the main form or in the "Sub Main" procedure. If no entry point is available, it is recommended that the LicenseKey property be set in a static constructor of a class that will be accessed systematically before any of the library's classes are instantiated or, you can simply set the LicenseKey property immediately BEFORE you instantiate a class.

Inheritance Hierarchy

System.Object
   Xceed.FileSystem.Licenser

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also