Class DeviceTypeService
A service available for a device type.
public class DeviceTypeService
- Inheritance
-
DeviceTypeService
- Inherited Members
Constructors
DeviceTypeService(Type, object)
Initializes a new instance of the DeviceTypeService class.
public DeviceTypeService(Type type, object instance)
Parameters
Exceptions
- ArgumentNullException
typeis null.- ArgumentNullException
instanceis null.- ArgumentException
instanceis not an object of typetype.
Properties
Instance
Gets the service instance.
public object Instance { get; }
Property Value
Type
Gets the service type.
public Type Type { get; }