WriteLine()
Contents
[
Hide
]Debug::WriteLine(const String&) method
Writes line to debug interface.
static void System::Diagnostics::Debug::WriteLine(const String &message)
Arguments
| Parameter | Type | Description |
|---|---|---|
| message | const String& | Message to write. |
Debug::WriteLine(const String&, const String&) method
Writes line to debug interface.
static void System::Diagnostics::Debug::WriteLine(const String &message, const String &message2)
Arguments
| Parameter | Type | Description |
|---|---|---|
| message | const String& | Message to write. |
| message2 | const String& | Extra message. |
Debug::WriteLine(const char_t *) method
Writes line to debug interface.
static void System::Diagnostics::Debug::WriteLine(const char_t *message)
Arguments
| Parameter | Type | Description |
|---|---|---|
| message | const char_t * | Message to write. |
Debug::WriteLine(const SharedPtr<Object>&) method
Writes line to debug interface.
static void System::Diagnostics::Debug::WriteLine(const SharedPtr<Object> &obj)
Arguments
| Parameter | Type | Description |
|---|---|---|
| obj | const SharedPtr<Object>& | Object to dump. |
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Struct Debug
- Namespace System::Diagnostics
- Library Aspose.Slides