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


In This Topic
    UninstallAssembly Method (IAssemblyCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Function UninstallAssembly( _
       ByVal flags As System.Integer, _
       ByVal assemblyName As System.String, _
       ByVal refData As InstallReference, _
       ByRef disposition As AssemblyCacheUninstallDisposition _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IAssemblyCache
    Dim flags As System.Integer
    Dim assemblyName As System.String
    Dim refData As InstallReference
    Dim disposition As AssemblyCacheUninstallDisposition
    Dim value As System.Integer
     
    value = instance.UninstallAssembly(flags, assemblyName, refData, disposition)
    System.int UninstallAssembly( 
       System.int flags,
       System.string assemblyName,
       InstallReference refData,
       out AssemblyCacheUninstallDisposition disposition
    )

    Parameters

    flags
    assemblyName
    refData
    disposition
    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