C# Class WebApplications.Utilities.Performance.Tools.PerfSetup.Scan

Mostra file Open project: webappsuk/CoreLibraries

Public Methods

Method Description
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 .

Private Methods

Method Description
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

Method Details

Execute() public static method

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.
return void