Click or drag to resize

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
Syntax
public string Driver { get; }

Property Value

Type: String
The driver name used by the adapter.
Exceptions
ExceptionCondition
ObjectDisposedExceptionRenderDx9Adapter::IsDisposed == true
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 Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also