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

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

Public Methods

Method Description
MachineWideInstallation ( string packageVersion ) : System

Protected Methods

Method 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 method

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

OnEnvironmentVariableRegistered() protected method

protected OnEnvironmentVariableRegistered ( string variableName, string variableValue ) : void
variableName string
variableValue string
return void

OnEnvironmentVariableRegistering() protected method

protected OnEnvironmentVariableRegistering ( string variableName, string variableValue ) : void
variableName string
variableValue string
return void

OnNuGetPackageCreated() protected method

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

OnNuGetPackageCreating() protected method

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

OnNuGetSourceRegistered() protected method

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

OnNuGetSourceRegistering() protected method

protected OnNuGetSourceRegistering ( string name, string toolsPath ) : void
name string
toolsPath string
return void

OnPrigSourceInstalled() protected method

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

OnPrigSourceInstalling() protected method

protected OnPrigSourceInstalling ( string packageName, string source ) : void
packageName string
source string
return void

OnProfilerRegistered() protected method

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

OnProfilerRegistering() protected method

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