AdapterDetails.DriverName Property (Microsoft.DirectX.Direct3D)
Retrieves a string that is used to present the driver name to the user.
Definition
Visual Basic Public ReadOnly Property DriverName As String C# public string DriverName { get; } C++ public:
property String^ DriverName {
String^ get();
}JScript public function get DriverName() : String
Property Value
System.String
A String object that contains the driver name.This property is read-only.
Remarks
This member should not be used to identify particular drivers, because many different strings might be associated with the same device and driver from different vendors.