Table of Contents

Class DeviceTypeService

Namespace
Acuit.Pinpoint.IO
Assembly
Acuit.Pinpoint.IO.Abstractions.dll

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

type Type

The service type.

instance object

The service instance.

Exceptions

ArgumentNullException

type is null.

ArgumentNullException

instance is null.

ArgumentException

instance is not an object of type type.

Properties

Instance

Gets the service instance.

public object Instance { get; }

Property Value

object

Type

Gets the service type.

public Type Type { get; }

Property Value

Type