C# Class Urasandesu.Prig.VSPackage.Models.MachineWideUninstallation

Inheritance: MachineWidePackage
Show file Open project: urasandesu/Prig Class Usage Examples

Public Methods

Method Description
MachineWideUninstallation ( string packageVersion ) : System

Protected Methods

Method Description
OnEnvironmentVariableUnregistered ( string variableName ) : void
OnEnvironmentVariableUnregistering ( string variableName ) : void
OnNuGetSourceUnregistered ( string stdout ) : void
OnNuGetSourceUnregistering ( string name ) : void
OnPrigSourceUninstalled ( string stdout ) : void
OnPrigSourceUninstalling ( string packageName ) : void
OnProfilerUnregistered ( string stdout ) : void
OnProfilerUnregistering ( ProfilerLocation profLoc ) : void

Method Details

MachineWideUninstallation() public method

public MachineWideUninstallation ( string packageVersion ) : System
packageVersion string
return System

OnEnvironmentVariableUnregistered() protected method

protected OnEnvironmentVariableUnregistered ( string variableName ) : void
variableName string
return void

OnEnvironmentVariableUnregistering() protected method

protected OnEnvironmentVariableUnregistering ( string variableName ) : void
variableName string
return void

OnNuGetSourceUnregistered() protected method

protected OnNuGetSourceUnregistered ( string stdout ) : void
stdout string
return void

OnNuGetSourceUnregistering() protected method

protected OnNuGetSourceUnregistering ( string name ) : void
name string
return void

OnPrigSourceUninstalled() protected method

protected OnPrigSourceUninstalled ( string stdout ) : void
stdout string
return void

OnPrigSourceUninstalling() protected method

protected OnPrigSourceUninstalling ( string packageName ) : void
packageName string
return void

OnProfilerUnregistered() protected method

protected OnProfilerUnregistered ( string stdout ) : void
stdout string
return void

OnProfilerUnregistering() protected method

protected OnProfilerUnregistering ( ProfilerLocation profLoc ) : void
profLoc ProfilerLocation
return void