Contains information describing a GPU device attached to a TIBCO Patterns Server.


The following tables list the members exposed by NetricsGpuDeviceInfo.

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method getId Get the id of the GPU device.
Public method getName Get the name of the GPU device.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method isDefault Check if the server uses the device by default.
Public method isOnRequest Check if the server uses the device only on request.
Public method isRecommended Check if the device meets TIBCO Patterns minimum recommendations.
Public method isUsable Check if the device meets TIBCO Patterns minimum requirements.
Public method ToString Overridden. Return a human readable string representation of the recorgpu device information.
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also