Class AD7Util
Inheritance
System.Object
AD7Util
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: Cosmos.VS.DebugEngine
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public static class AD7Util
Methods
| Improve this Doc View SourceLog(String, Object[])
Declaration
public static void Log(string message, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Object[] | args |
MessageBox(String, String)
Declaration
public static void MessageBox(string message, string title = "Cosmos Debug Engine")
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | title |