CallStackItem Constructor (String, String, String) | |
Constructor for CallStackItem
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public CallStackItem(
string pNamespace,
string pClassName,
string pMethodName
)
Public Sub New (
pNamespace As String,
pClassName As String,
pMethodName As String
)
Parameters
- pNamespace
- Type: SystemString
initialize with Namespace - pClassName
- Type: SystemString
initialize with ClassName - pMethodName
- Type: SystemString
initialize with MethodeName
See Also