Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NNodesZipDecompressor Class / NNodesZipDecompressor Constructor


In This Topic
    NNodesZipDecompressor Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal persistencyFormat As ENPersistencyFormat, _
       ByVal context As NDomDeserializationContext _
    )
    'Usage
     
    
    Dim name As System.String
    Dim persistencyFormat As ENPersistencyFormat
    Dim context As NDomDeserializationContext
     
    Dim instance As New NNodesZipDecompressor(name, persistencyFormat, context)
    public NNodesZipDecompressor( 
       System.string name,
       ENPersistencyFormat persistencyFormat,
       NDomDeserializationContext context
    )

    Parameters

    name
    persistencyFormat
    context
    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