Click or drag to resize

ShellMenuTraceNetCore Method

Utility method to trace the specified items. Useful for developers.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void TraceNetCore(
	IEnumerable<ShellMenuItem> items,
	int indent,
	TextWriter writer
)

Parameters

items
Type: System.Collections.GenericIEnumerableShellMenuItem
The items to trace.
indent
Type: SystemInt32
The indent to add.
writer
Type: System.IOTextWriter
The text writer.

Return Value

Type: 
A string.
Exceptions
ExceptionCondition
ArgumentNullExceptionwriter is null.
See Also