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


In This Topic
    NSKI 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 monthsValid 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 monthsValid As System.Byte
     
    Dim instance As New NSKI(versionId, machineId, productType, editionType, date, monthsValid)
    public NSKI( 
       System.byte versionId,
       System.uint machineId,
       ENProductType productType,
       ENEditionType editionType,
       System.DateTime date,
       System.byte monthsValid
    )

    Parameters

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