Click or drag to resize

ShellMenuItemListTrace Method

Traces This instance. Useful for developers.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void Trace(
	int indent,
	TextWriter writer
)

Parameters

indent
Type: SystemInt32
The indent to add.
writer
Type: System.IOTextWriter
The writer.
Exceptions
ExceptionCondition
ArgumentNullExceptionwriter is null.
See Also