Class MemoryViewUC
Inheritance
System.Object
MemoryViewUC
Assembly: Cosmos.VS.Windows.dll
Syntax
public class MemoryViewUC : UserControl
Constructors
|
Improve this Doc
View Source
MemoryViewUC()
Declaration
Properties
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Add(String, UInt32)
Declaration
public void Add(string aLabel, uint aData)
Parameters
Type |
Name |
Description |
System.String |
aLabel |
|
System.UInt32 |
aData |
|
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Split(Byte[])
Declaration
public static List<uint> Split(byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aData |
|
Returns
Type |
Description |
System.Collections.Generic.List<System.UInt32> |
|