 | RenderDx9AdapterDriver Property |
Gets the driver name used by the adapter.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic string Driver { get; }public:
property String^ Driver {
String^ get ();
}Property Value
Type:
String
The driver name used by the adapter.
Exceptions
Remarks
This should not be used to identify particular drivers, because many different strings might be associated with the same device and driver from different vendors.
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also