C# 클래스 NRConfigTool.CustomInstrumentationGenerator

Processes an input set of .NET assemblies and generates a New Relic custom instrumentation file that includes all profilable methods detected.
파일 보기 프로젝트 열기: Pablissimo/nrconfig 1 사용 예제들

공개 메소드들

메소드 설명
CustomInstrumentationGenerator ( IEnumerable inputPaths, string outputPath ) : System
Execute ( ) : bool

메소드 상세

CustomInstrumentationGenerator() 공개 메소드

public CustomInstrumentationGenerator ( IEnumerable inputPaths, string outputPath ) : System
inputPaths IEnumerable
outputPath string
리턴 System

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool