|
Photomechanics API
|
Extensions for IComponentBasedDeviceApi. More...
Static Public Member Functions | |
| static Boolean | HasComponent< TComponent > (this IComponentBasedDeviceApi api) |
| Check whether API has component of given type. More... | |
Extensions for IComponentBasedDeviceApi.
|
static |
Check whether API has component of given type.
| api | Device API. |
| TComponent | API component type |
True if component present. False otherwise or if IAsyncDisposableExtended.IsDisposed is true. | TComponent | : | class | |
| TComponent | : | IDeviceApiComponent |