Click or drag to resize
DebugHelperCanDebug Method
Returns true if the given method can be included in debug

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool CanDebug(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo
Method to check

Return Value

Type: Boolean
See Also