Class AD7Util
Inheritance
System.Object
AD7Util
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public static class AD7Util
Methods
|
Improve this Doc
View Source
Log(String, Object[])
Declaration
public static void Log(string message, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
ShowError(String, String)
Declaration
public static void ShowError(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
|
Improve this Doc
View Source
ShowErrorAsync(String, String)
Declaration
public static async Task ShowErrorAsync(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
ShowMessage(String, String)
Declaration
public static void ShowMessage(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
|
Improve this Doc
View Source
ShowMessageAsync(String, String)
Declaration
public static async Task ShowMessageAsync(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
ShowWarning(String, String)
Declaration
public static void ShowWarning(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
|
Improve this Doc
View Source
ShowWarningAsync(String, String)
Declaration
public static async Task ShowWarningAsync(string message, string title = "Cosmos Debug Engine")
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
title |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|