Property | Type | Description | |
---|---|---|---|
EnsureProfilerProvider | void | ||
EnsureStorageStrategy | void | ||
Settings | System |
Method | 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.
|
Method | Description | |
---|---|---|
EnsureProfilerProvider ( ) : void | ||
EnsureStorageStrategy ( ) : void |
Make sure we can at least store profiler results to the http runtime cache.
|
|
Settings ( ) : System |
public static ExcludeAssembly ( string assemblyName ) : void | ||
assemblyName | string | The short name of the assembly. AssemblyName.Name |
return | void |
public static ExcludeMethod ( string methodName ) : void | ||
methodName | string | The name of the method |
return | void |
public static ExcludeType ( string typeToExclude ) : void | ||
typeToExclude | string | The System.Type name to exclude |
return | void |