C# Класс WebApplications.Utilities.Performance.Tools.PerfSetup.Scan

Показать файл Открыть проект

Открытые методы

Метод Описание
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