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
type
is null.- ArgumentNullException
instance
is null.- ArgumentException
instance
is 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; }