Class ObjectExtensions
- Namespace
- SunamoExtensions
- Assembly
- SunamoExtensions.dll
Extension methods for Object type
public static class ObjectExtensions
- Inheritance
-
ObjectExtensions
- Inherited Members
Methods
GetStackTrace(object)
Gets the current stack trace as a formatted string
public static string GetStackTrace(this object obj)
Parameters
objobjectObject instance (not used, allows extension method syntax)
Returns
- string
Formatted stack trace string with each frame on a new line