UtilAssemblyRegistrationGACUninstallAssembly(String) Method
Uninstalls an assembly from GAC (Global Assembly Cache).
Namespace: DevCase.Core.Diagnostics.AssemblyAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void GACUninstallAssembly(
string assemblyPath
)
Public Shared Sub GACUninstallAssembly (
assemblyPath As String
)
Dim assemblyPath As String
UtilAssemblyRegistration.GACUninstallAssembly(assemblyPath)
public:
static void GACUninstallAssembly(
String^ assemblyPath
)
static member GACUninstallAssembly :
assemblyPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- assemblyPath String
-
The assembly file path.