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


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

    Parameters

    versionId
    clientId
    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