C# 클래스 Meta.TemplateProfiler

상속: IDisposable
파일 보기 프로젝트 열기: brandon-kohn/Meta 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void
Dispose ( ) : void
Initialize ( ) : void
Instrument ( string compiler_binary, string compiler_args, string starting_directory, string source_to_instrument, string output ) : void
Profile ( string compiler_binary, string compiler_args, string starting_directory, string source_to_profile, string output_profile ) : void
TemplateProfiler ( EnvDTE proj, string file, int stackMaxSize, IVsOutputWindowPane pane, System.Action onFinished ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ErrorDataHandler ( object sendingProcess, DataReceivedEventArgs errLine ) : void
Execute ( ) : void
OutputDataHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Instrument() 공개 메소드

public Instrument ( string compiler_binary, string compiler_args, string starting_directory, string source_to_instrument, string output ) : void
compiler_binary string
compiler_args string
starting_directory string
source_to_instrument string
output string
리턴 void

Profile() 공개 메소드

public Profile ( string compiler_binary, string compiler_args, string starting_directory, string source_to_profile, string output_profile ) : void
compiler_binary string
compiler_args string
starting_directory string
source_to_profile string
output_profile string
리턴 void

TemplateProfiler() 공개 메소드

public TemplateProfiler ( EnvDTE proj, string file, int stackMaxSize, IVsOutputWindowPane pane, System.Action onFinished ) : System
proj EnvDTE
file string
stackMaxSize int
pane IVsOutputWindowPane
onFinished System.Action
리턴 System