Class MessageDebugService
Implementation for messages using System.Diagnostics.Debug console
Inheritance
System.Object
MessageDebugService
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Onbox.Core.V8.Messaging
Assembly: Onbox.Core.dll
Syntax
public class MessageDebugService : IMessageService
Methods
| Improve this Doc View SourceError(String)
Shows an error message
Declaration
public void Error(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Question(String)
Shows a question message
Declaration
public bool Question(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Returns
Type | Description |
---|---|
System.Boolean |
SetTitle(String)
Sets the title of the messages
Declaration
public void SetTitle(string newTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | newTitle |
Show(String)
Shows a message
Declaration
public void Show(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Warning(String)
Shows a warning message
Declaration
public void Warning(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |