C# 클래스 Urasandesu.Prig.VSPackage.Models.MachineWidePackage

파일 보기 프로젝트 열기: urasandesu/Prig

공개 메소드들

메소드 설명
MachineWidePackage ( string packageVersion ) : System

보호된 메소드들

메소드 설명
OnCompleted ( MachineWideProcessResults result ) : void
OnPreparing ( ) : void
OnProfilerStatusChecking ( ProfilerLocation profLoc ) : void

메소드 상세

MachineWidePackage() 공개 메소드

public MachineWidePackage ( string packageVersion ) : System
packageVersion string
리턴 System

OnCompleted() 보호된 메소드

protected OnCompleted ( MachineWideProcessResults result ) : void
result MachineWideProcessResults
리턴 void

OnPreparing() 보호된 메소드

protected OnPreparing ( ) : void
리턴 void

OnProfilerStatusChecking() 보호된 메소드

protected OnProfilerStatusChecking ( ProfilerLocation profLoc ) : void
profLoc ProfilerLocation
리턴 void