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
DoUpdate(String)
Declaration
protected virtual void DoUpdate(string aTag)
Parameters
Type |
Name |
Description |
System.String |
aTag |
|
|
Improve this Doc
View Source
GetCurrentState()
Declaration
public virtual byte[] GetCurrentState()
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
SetCurrentState(Byte[])
Declaration
public virtual void SetCurrentState(byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aData |
|
|
Improve this Doc
View Source
Update(String, Byte[])
Declaration
public virtual void Update(string aTag, byte[] aData)
Parameters
Type |
Name |
Description |
System.String |
aTag |
|
System.Byte[] |
aData |
|