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

Inheritance: MachineWidePackage
Afficher le fichier Open project: urasandesu/Prig Class Usage Examples

Méthodes publiques

Méthode Description
MachineWideUninstallation ( string packageVersion ) : System

Méthodes protégées

Méthode 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 méthode

public MachineWideUninstallation ( string packageVersion ) : System
packageVersion string
Résultat System

OnEnvironmentVariableUnregistered() protected méthode

protected OnEnvironmentVariableUnregistered ( string variableName ) : void
variableName string
Résultat void

OnEnvironmentVariableUnregistering() protected méthode

protected OnEnvironmentVariableUnregistering ( string variableName ) : void
variableName string
Résultat void

OnNuGetSourceUnregistered() protected méthode

protected OnNuGetSourceUnregistered ( string stdout ) : void
stdout string
Résultat void

OnNuGetSourceUnregistering() protected méthode

protected OnNuGetSourceUnregistering ( string name ) : void
name string
Résultat void

OnPrigSourceUninstalled() protected méthode

protected OnPrigSourceUninstalled ( string stdout ) : void
stdout string
Résultat void

OnPrigSourceUninstalling() protected méthode

protected OnPrigSourceUninstalling ( string packageName ) : void
packageName string
Résultat void

OnProfilerUnregistered() protected méthode

protected OnProfilerUnregistered ( string stdout ) : void
stdout string
Résultat void

OnProfilerUnregistering() protected méthode

protected OnProfilerUnregistering ( ProfilerLocation profLoc ) : void
profLoc ProfilerLocation
Résultat void