Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NMetaDataType Class
Members


In This Topic
    NMetaDataType Class
    In This Topic
    The base of all data types in the meta object model.
    Object Model
    NMetaDataType Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NMetaDataType 
       Inherits NMetaType
    'Usage
     
    
    Dim instance As NMetaDataType
    public abstract class NMetaDataType : NMetaType 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Serialization.NMetaElement
          Nevron.Nov.Serialization.NMetaNamedElement
             Nevron.Nov.Serialization.NMetaType
                Nevron.Nov.Serialization.NMetaDataType
                   Nevron.Nov.Serialization.NMetaEnum
                   Nevron.Nov.Serialization.NMetaPrimitiveType
                   Nevron.Nov.Serialization.NMetaStructure

    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