ResultGetCallStackList Method | |
Gives a list of CallStackItem
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static List<CallStackItem> GetCallStackList(
int pToLevel = 15
)
Private Shared Function GetCallStackList (
Optional pToLevel As Integer = 15
) As List(Of CallStackItem)
Parameters
- pToLevel (Optional)
- Type: SystemInt32
how many call stack to read and set? Default 15
Return Value
Type:
ListCallStackItem[Missing <returns> documentation for "M:SIC.Result.GetCallStackList(System.Int32)"]
See Also