Framework.DeviceStats Property (DeviceStats)

Retrieves a string containing the current device type, vertex processing behavior, and device name.

Definition

Visual Basic Public ReadOnly Property DeviceStats As String
C# public string DeviceStats { get; }
C++ public:
property StringLeave Site^ DeviceStats {
        StringLeave Site^ get();
}
JScript public function get DeviceStats() : String

Property Value

System.String
A string containing the current device type, vertex processing behavior, and device name.

This property is read-only. 
Show: