Click or drag to resize

ShellFolderServerTrace Method

Sends a string value trace using ETW, with the specified level. The ETW provider guid is given in the TraceId static property of this class. Don't use this member if you are hosting multiple CBFS Shell native proxies, but use the NativeProxy instance member instead.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void Trace(
	TraceLevel level,
	string value
)

Parameters

level
Type: System.DiagnosticsTraceLevel
The trace level.
value
Type: SystemString
The value to trace.
See Also