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

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

Méthodes publiques

Méthode Description
MachineWideInstallation ( string packageVersion ) : System

Méthodes protégées

Méthode Description
OnEnvironmentVariableRegistered ( string variableName, string variableValue ) : void
OnEnvironmentVariableRegistering ( string variableName, string variableValue ) : void
OnNuGetPackageCreated ( string stdout ) : void
OnNuGetPackageCreating ( string packageName ) : void
OnNuGetSourceRegistered ( string stdout ) : void
OnNuGetSourceRegistering ( string name, string toolsPath ) : void
OnPrigSourceInstalled ( string stdout ) : void
OnPrigSourceInstalling ( string packageName, string source ) : void
OnProfilerRegistered ( string stdout ) : void
OnProfilerRegistering ( ProfilerLocation profLoc ) : void

Method Details

MachineWideInstallation() public méthode

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

OnEnvironmentVariableRegistered() protected méthode

protected OnEnvironmentVariableRegistered ( string variableName, string variableValue ) : void
variableName string
variableValue string
Résultat void

OnEnvironmentVariableRegistering() protected méthode

protected OnEnvironmentVariableRegistering ( string variableName, string variableValue ) : void
variableName string
variableValue string
Résultat void

OnNuGetPackageCreated() protected méthode

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

OnNuGetPackageCreating() protected méthode

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

OnNuGetSourceRegistered() protected méthode

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

OnNuGetSourceRegistering() protected méthode

protected OnNuGetSourceRegistering ( string name, string toolsPath ) : void
name string
toolsPath string
Résultat void

OnPrigSourceInstalled() protected méthode

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

OnPrigSourceInstalling() protected méthode

protected OnPrigSourceInstalling ( string packageName, string source ) : void
packageName string
source string
Résultat void

OnProfilerRegistered() protected méthode

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

OnProfilerRegistering() protected méthode

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