C# Class StackExchange.Profiling.MiniProfiler.Settings

Various configuration properties.
Afficher le fichier Open project: appacitive/Profiling

Private Properties

Свойство Type Description
EnsureProfilerProvider void
EnsureStorageStrategy void
Settings System

Méthodes publiques

Méthode Description
ExcludeAssembly ( string assemblyName ) : void

Excludes the specified assembly from the stack trace output.

ExcludeMethod ( string methodName ) : void

Excludes the specified method name from the stack trace output.

ExcludeType ( string typeToExclude ) : void

Excludes the specified type from the stack trace output.

Private Methods

Méthode Description
EnsureProfilerProvider ( ) : void
EnsureStorageStrategy ( ) : void

Make sure we can at least store profiler results to the http runtime cache.

Settings ( ) : System

Method Details

ExcludeAssembly() public static méthode

Excludes the specified assembly from the stack trace output.
public static ExcludeAssembly ( string assemblyName ) : void
assemblyName string The short name of the assembly. AssemblyName.Name
Résultat void

ExcludeMethod() public static méthode

Excludes the specified method name from the stack trace output.
public static ExcludeMethod ( string methodName ) : void
methodName string The name of the method
Résultat void

ExcludeType() public static méthode

Excludes the specified type from the stack trace output.
public static ExcludeType ( string typeToExclude ) : void
typeToExclude string The System.Type name to exclude
Résultat void