Nevron .NET Vision
Nevron.Compiler Namespace / AssemblyCache Class / UninstallAssembly Method


In This Topic
    UninstallAssembly Method (AssemblyCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub UninstallAssembly( _
       ByVal assemblyName As System.String, _
       ByVal reference As InstallReference, _
       ByRef disp As AssemblyCacheUninstallDisposition _
    ) 
    'Usage
     
    
    Dim assemblyName As System.String
    Dim reference As InstallReference
    Dim disp As AssemblyCacheUninstallDisposition
     
    AssemblyCache.UninstallAssembly(assemblyName, reference, disp)
    public static void UninstallAssembly( 
       System.string assemblyName,
       InstallReference reference,
       out AssemblyCacheUninstallDisposition disp
    )

    Parameters

    assemblyName
    reference
    disp
    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