Analytics Class
Exposes read-only data about how an application is performing.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
The Analytics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AverageProcessLoad | Gets a factor that reports the total load on the CPU that this process is using, determined across all cores averaged together. |
![]() | AverageProcessorLoad | Gets a factor that reports the total load on the CPU by all processes, determined across all cores averaged together. |
![]() ![]() | ClientInformation | Gets a collection of hashed pseudo unique Base64 string values on a per domain and machine basis. |
![]() | GpuCollection | Gets a collection of GpuInformation objects which each include details taken from a video driver. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Frees resources used by the Analytics class. (Overrides Object.Finalize().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Analytics are reported by the client host system. Information from Analytics is useful for obtaining driver information from a deployed application client. You can potentially associate Analytics driver-specific or hardware-specific information with particular customer-reported issues in your application. For example, driver information from a customer system is potentially useful data for reported issues involving performance of Silverlight media and display features that depend heavily on underlying hardware and drivers, such as smooth streaming video, adaptive streaming, GPU acceleration, and so on.
To use Analytics and get property values, initialize an instance of the class after your application has loaded all its components.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.



