Show / Hide Table of Contents

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 Source

Arch

Declaration
public DeviceArch Arch { get; set; }
Property Value
Type Description
DeviceArch
| Improve this Doc View Source

ID

Declaration
public int ID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public DeviceType Type { get; set; }
Property Value
Type Description
DeviceType
| Improve this Doc View Source

Vendor

Declaration
public string Vendor { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX