Nevron.Licensing Namespace / NDgnKI Class / NDgnKI Constructor / NDgnKI Constructor(Int32,UInt16,ENProductType,ENEditionType)


In This Topic
    NDgnKI Constructor(Int32,UInt16,ENProductType,ENEditionType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal versionId As System.Integer, _
       ByVal machineId As System.UShort, _
       ByVal productType As ENProductType, _
       ByVal editionType As ENEditionType _
    )
    'Usage
     
    
    Dim versionId As System.Integer
    Dim machineId As System.UShort
    Dim productType As ENProductType
    Dim editionType As ENEditionType
     
    Dim instance As New NDgnKI(versionId, machineId, productType, editionType)
    public NDgnKI( 
       System.int versionId,
       System.ushort machineId,
       ENProductType productType,
       ENEditionType editionType
    )

    Parameters

    versionId
    machineId
    productType
    editionType
    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