Print()

Debug::Print(const String&) method

Print message to debug interface.

static void System::Diagnostics::Debug::Print(const String &message)

Arguments

ParameterTypeDescription
messageconst String&Message to write.

Debug::Print(const String&, const System::ArrayPtr<SharedPtr<System::Object>>&) method

Print message to debug interface.

static void System::Diagnostics::Debug::Print(const String &format, const System::ArrayPtr<SharedPtr<System::Object>> &args)

Arguments

ParameterTypeDescription
formatconst String&Format string.
argsconst System::ArrayPtr<SharedPtr<System::Object>>&Arguments to substitute to format string.

See Also