Click or drag to resize

VisibleTraceAddAction Method (TupleString, Int32, PrtEventValue, PrtValue)

[Missing <summary> documentation for "M:P.Runtime.VisibleTrace.AddAction(System.Tuple{System.String,System.Int32},P.Runtime.PrtEventValue,P.Runtime.PrtValue)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddAction(
	Tuple<string, int> t,
	PrtEventValue e,
	PrtValue v
)

Parameters

t
Type: SystemTupleString, Int32

[Missing <param name="t"/> documentation for "M:P.Runtime.VisibleTrace.AddAction(System.Tuple{System.String,System.Int32},P.Runtime.PrtEventValue,P.Runtime.PrtValue)"]

e
Type: P.RuntimePrtEventValue

[Missing <param name="e"/> documentation for "M:P.Runtime.VisibleTrace.AddAction(System.Tuple{System.String,System.Int32},P.Runtime.PrtEventValue,P.Runtime.PrtValue)"]

v
Type: P.RuntimePrtValue

[Missing <param name="v"/> documentation for "M:P.Runtime.VisibleTrace.AddAction(System.Tuple{System.String,System.Int32},P.Runtime.PrtEventValue,P.Runtime.PrtValue)"]

See Also