Gorgon
Show / Hide Table of Contents

Struct GorgonVideoAdapterPciInfo

PCI slot information for a IGorgonVideoAdapterInfo.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public readonly struct GorgonVideoAdapterPciInfo

Fields

| Edit this page View Source

DeviceID

The PCI device ID for the adapter.

Declaration
public readonly int DeviceID
Field Value
Type Description
int
| Edit this page View Source

Revision

The PCI ID revision number for the adapter.

Declaration
public readonly int Revision
Field Value
Type Description
int
| Edit this page View Source

SubSystemID

The PCI sub system ID for the adapter.

Declaration
public readonly int SubSystemID
Field Value
Type Description
int
| Edit this page View Source

VendorID

The PCI vendor ID for the adapter.

Declaration
public readonly int VendorID
Field Value
Type Description
int

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author