Nevron Open Vision Documentation
Nevron.Nov Namespace / NReflectionService Class / GetAssemblies Method


In This Topic
    GetAssemblies Method (NReflectionService)
    In This Topic
    Gets all assemblies that have been loaded for the current application.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetAssemblies() As System.Reflection.Assembly()
    'Usage
     
    
    Dim instance As NReflectionService
    Dim value() As System.Reflection.Assembly
     
    value = instance.GetAssemblies()
    public abstract System.Reflection.Assembly[] GetAssemblies()
    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