StateImplTraceLine Method |
[Missing <summary> documentation for "M:P.Runtime.StateImpl.TraceLine(System.String,System.Object[])"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void TraceLine(
string message,
params Object[] arguments
)
Public Sub TraceLine (
message As String,
ParamArray arguments As Object()
)
public:
void TraceLine(
String^ message,
... array<Object^>^ arguments
)
member TraceLine :
message : string *
arguments : Object[] -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:P.Runtime.StateImpl.TraceLine(System.String,System.Object[])"]
- arguments
- Type: SystemObject
[Missing <param name="arguments"/> documentation for "M:P.Runtime.StateImpl.TraceLine(System.String,System.Object[])"]
See Also