Nevron Open Vision Documentation
Nevron.Nov Namespace / NDKI Class / NDKI Constructor / NDKI Constructor(Byte,UInt32,ENProductType,ENEditionType,DateTime,Byte)


In This Topic
    NDKI Constructor(Byte,UInt32,ENProductType,ENEditionType,DateTime,Byte)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal versionId As System.Byte, _
       ByVal machineId As System.UInteger, _
       ByVal productType As ENProductType, _
       ByVal editionType As ENEditionType, _
       ByVal date As System.Date, _
       ByVal months As System.Byte _
    )
    'Usage
     
    
    Dim versionId As System.Byte
    Dim machineId As System.UInteger
    Dim productType As ENProductType
    Dim editionType As ENEditionType
    Dim date As System.Date
    Dim months As System.Byte
     
    Dim instance As New NDKI(versionId, machineId, productType, editionType, date, months)
    public NDKI( 
       System.byte versionId,
       System.uint machineId,
       ENProductType productType,
       ENEditionType editionType,
       System.DateTime date,
       System.byte months
    )

    Parameters

    versionId
    machineId
    productType
    editionType
    date
    months
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also