Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / AssemblyCache Class / InstallAssembly Method


In This Topic
    InstallAssembly Method (AssemblyCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub InstallAssembly( _
       ByVal assemblyPath As System.String, _
       ByVal reference As InstallReference, _
       ByVal flags As AssemblyCommitFlags _
    ) 
    'Usage
     
    
    Dim assemblyPath As System.String
    Dim reference As InstallReference
    Dim flags As AssemblyCommitFlags
     
    AssemblyCache.InstallAssembly(assemblyPath, reference, flags)
    public static void InstallAssembly( 
       System.string assemblyPath,
       InstallReference reference,
       AssemblyCommitFlags flags
    )

    Parameters

    assemblyPath
    reference
    flags
    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