Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomType Class / FromType Method


In This Topic
    FromType Method
    In This Topic
    Get the schema type associated with the specified type
    Syntax
    'Declaration
     
    
    Public Shared Function FromType( _
       ByVal type As System.Type _
    ) As NDomType
    'Usage
     
    
    Dim type As System.Type
    Dim value As NDomType
     
    value = NDomType.FromType(type)
    public static NDomType FromType( 
       System.Type type
    )

    Parameters

    type
    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