Click or drag to resize
DebugHelperCheckStackTrace Method (MethodInfo)
Checks if current stack trace is called from the given method

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool CheckStackTrace(
	params MethodInfo[] methods
)

Parameters

methods
Type: System.ReflectionMethodInfo
Methods to check

Return Value

Type: Boolean
See Also