Click or drag to resize

DisplayDeviceInfo Class

Get information about display devices found on this machine (GPUs).
Inheritance Hierarchy
SystemObject
  RhinoDisplayDeviceInfo

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class DisplayDeviceInfo

The DisplayDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodDisplayDeviceInfo
Initializes a new instance of the DisplayDeviceInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGpuDeviceInfos
Get a list of GpuDeviceInfo for GPUs found on this machine.
Public methodStatic memberGpuNames
Get a list with the names of all GPUs on this machine.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also