Analytics.GpuCollection Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a collection of GpuInformation objects which each include details taken from a video driver.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public ReadOnly Property GpuCollection As ReadOnlyCollection(Of GpuInformation)
public ReadOnlyCollection<GpuInformation> GpuCollection { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<GpuInformation>
A collection of GpuInformation objects which each include details taken from a video driver.

Remarks

The collection is empty if no GPU exists. Otherwise, the collection often contains just one item, representing the GPU information for the system.

The collection might contain more than one item for multi-adapter cases. For more information, see GpuInformation.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.