Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NLibraryFormatRegistry Class
Members


In This Topic
    NLibraryFormatRegistry Class
    In This Topic
    A document format registry for Library Formats - such as XML and Binary library formats.
    Object Model
    NLibraryFormatRegistry Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NLibraryFormatRegistry 
       Inherits Nevron.Nov.Dom.NDocumentFormatRegistry(Of NLibraryFormat)
    'Usage
     
    
    Dim instance As NLibraryFormatRegistry
    public sealed class NLibraryFormatRegistry : Nevron.Nov.Dom.NDocumentFormatRegistry<NLibraryFormat> 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NDocumentFormatRegistry<TDocumentFormat>
          Nevron.Nov.Diagram.Formats.NLibraryFormatRegistry

    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