[This is preliminary documentation and is subject to change.]

Prints the object.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void PrintObject(
	Serial serial,
	string format,
	params Object[] args
)
Public Shared Sub PrintObject ( _
	serial As Serial, _
	format As String, _
	ParamArray args As Object() _
)
public:
static void PrintObject(
	Serial serial, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

serial
Serial
The serial.
format
String
The format.
args
array< Object >[]()[]
The args.

See Also