AdapterDetails.DriverName Property |
Language: |
Retrieves a string that is used to present the driver name to the user.
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
System.String
This property is read-only.
A String object that contains the driver name.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center