Framework.DeviceStats Property (DeviceStats)
Retrieves a string containing the current device type, vertex processing behavior, and device name.
Visual Basic Public ReadOnly Property DeviceStats As String C# public string DeviceStats { get; } C++ public:
property String^ DeviceStats {
String^ get();
}JScript public function get DeviceStats() : String
System.String
This property is read-only.
A string containing the current device type, vertex processing behavior, and device name.
Show:
