C# 클래스 StackExchange.Profiling.MiniProfiler.Settings

Various configuration properties.
파일 보기 프로젝트 열기: appacitive/Profiling

Private Properties

프로퍼티 타입 설명
EnsureProfilerProvider void
EnsureStorageStrategy void
Settings System

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EnsureProfilerProvider ( ) : void
EnsureStorageStrategy ( ) : void

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

Settings ( ) : System

메소드 상세

ExcludeAssembly() 공개 정적인 메소드

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
리턴 void

ExcludeMethod() 공개 정적인 메소드

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

ExcludeType() 공개 정적인 메소드

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