Nevron .NET Vision
Nevron.Compiler Namespace / IAssemblyCache Interface / InstallAssembly Method


In This Topic
    InstallAssembly Method (IAssemblyCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Function InstallAssembly( _
       ByVal flags As System.Integer, _
       ByVal assemblyFilePath As System.String, _
       ByVal refData As InstallReference _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IAssemblyCache
    Dim flags As System.Integer
    Dim assemblyFilePath As System.String
    Dim refData As InstallReference
    Dim value As System.Integer
     
    value = instance.InstallAssembly(flags, assemblyFilePath, refData)
    System.int InstallAssembly( 
       System.int flags,
       System.string assemblyFilePath,
       InstallReference refData
    )

    Parameters

    flags
    assemblyFilePath
    refData
    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