Click or drag to resize
DebugHelperCheckStackTrace Method (String)
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 string[] methods
)

Parameters

methods
Type: SystemString
Methods to check

Return Value

Type: Boolean
See Also