DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class
Members



In This Topic
    DicomLicence Class
    In This Topic
    This class handles DicomObjects licensing
    Object Model
    DicomLicence ClassDicomLicence ClassDicomLicence Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DicomLicence 
    'Usage
     
    
    Dim instance As DicomLicence
    public sealed class DicomLicence 
    public ref class DicomLicence sealed 
    Remarks
    This class both represents an individual Licence issued to allow use of DicomObjects on a particular machine, and also acts as a placeholder for many static methods and properties which allow Licences to be listed, obtained (off-line or on-line) selected and deleted. For licence activation to be controlled via an external file at startup, DicomObjects offers a mechanism for using an Activation File
    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomLicence

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also