Click or drag to resize

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
)

Parameters

pNamespace
Type: SystemString
initialize with Namespace
pClassName
Type: SystemString
initialize with ClassName
pMethodName
Type: SystemString
initialize with MethodeName
See Also