Class DebuggerUC
Inheritance
System.Object
DebuggerUC
Assembly: Cosmos.VS.Windows.dll
Syntax
public class DebuggerUC : UserControl
Fields
|
Improve this Doc
View Source
mData
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
Properties
|
Improve this Doc
View Source
Package
Declaration
public CosmosWindowsPackage Package { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DoUpdateAsync(String)
Declaration
protected virtual Task DoUpdateAsync(string aTag)
Parameters
Type |
Name |
Description |
System.String |
aTag |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
GetCurrentState()
Declaration
public virtual byte[] GetCurrentState()
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
SetCurrentStateAsync(Byte[])
Declaration
public virtual async Task SetCurrentStateAsync(byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aData |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
UpdateAsync(String, Byte[])
Declaration
public virtual async Task UpdateAsync(string aTag, byte[] aData)
Parameters
Type |
Name |
Description |
System.String |
aTag |
|
System.Byte[] |
aData |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|