VagrantPluginRunner.

Uninstall(string[]) Method

Summary

This uninstalls the plugin with the given name. If multiple plugins are given, multiple plugins will be uninstalled.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantPluginRunner

Syntax

public void Uninstall(params string[] names)

Remarks

Any dependencies of the plugin will also be uninstalled assuming no other plugin needs them.

Parameters

Name Type Description
names string[] Names of the plugins to uninstall

Return Value

Type Description
void