Nevron.Compiler Namespace / AssemblyCache Class / InstallAssembly Method


InstallAssembly Method (AssemblyCache)
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)

Parameters

assemblyPath
reference
flags
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also