C# 클래스 WebApplications.Utilities.Performance.Tools.PerfSetup.Scan

파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
Execute ( ScanMode mode, [ fullPath, bool executeAgain ) : void

Scans the supplied (to a directory or assembly) for performance counters and adds/deletes/lists them depending on the .

비공개 메소드들

메소드 설명
ExecuteAgain ( ScanMode mode, [ fullPath, bool bit64 ) : void

Launches a new process in the opposite mode (64/32 bit).

Load ( string assemblyPath ) : void

Loads the specified assembly and checks for performance counter use.

Scan ( ) : System

메소드 상세

Execute() 공개 정적인 메소드

Scans the supplied (to a directory or assembly) for performance counters and adds/deletes/lists them depending on the .
public static Execute ( ScanMode mode, [ fullPath, bool executeAgain ) : void
mode ScanMode The mode.
fullPath [ The assemblies path.
executeAgain bool if set to execute's again on 64-bit OS.
리턴 void