Click or drag to resize

TypeInfoTraceMethods Method

Outputs information about an Object's methods to any active trace listeners.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
[ConditionalAttribute("TRACE")]
public static void TraceMethods(
	Object? target
)

Parameters

target  Object
The Object whose methods to examine.
See Also