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

Afficher le fichier Open project: urasandesu/Prig

Méthodes publiques

Méthode Description
MachineWidePackage ( string packageVersion ) : System

Méthodes protégées

Méthode Description
OnCompleted ( MachineWideProcessResults result ) : void
OnPreparing ( ) : void
OnProfilerStatusChecking ( ProfilerLocation profLoc ) : void

Method Details

MachineWidePackage() public méthode

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

OnCompleted() protected méthode

protected OnCompleted ( MachineWideProcessResults result ) : void
result MachineWideProcessResults
Résultat void

OnPreparing() protected méthode

protected OnPreparing ( ) : void
Résultat void

OnProfilerStatusChecking() protected méthode

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