Class Device
Inheritance
System.Object
Device
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)
Namespace: Amplifier
Assembly: Amplifier.dll
Syntax
public class Device
Properties
| Improve this Doc View SourceArch
Declaration
public DeviceArch Arch { get; set; }
Property Value
| Type | Description |
|---|---|
| DeviceArch |
ID
Declaration
public int ID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public DeviceType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| DeviceType |
Vendor
Declaration
public string Vendor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()