DebugHelperCheckStackTrace Method (String) |
Checks if current stack trace is called from the given method
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax public static bool CheckStackTrace(
params string[] methods
)
Parameters
- methods
- Type: SystemString
Methods to check
Return Value
Type:
BooleanSee Also