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

Exibir arquivo Open project: urasandesu/Prig

Public Methods

Method Description
MachineWidePackage ( string packageVersion ) : System

Protected Methods

Method Description
OnCompleted ( MachineWideProcessResults result ) : void
OnPreparing ( ) : void
OnProfilerStatusChecking ( ProfilerLocation profLoc ) : void

Method Details

MachineWidePackage() public method

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

OnCompleted() protected method

protected OnCompleted ( MachineWideProcessResults result ) : void
result MachineWideProcessResults
return void

OnPreparing() protected method

protected OnPreparing ( ) : void
return void

OnProfilerStatusChecking() protected method

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