Share via


DevicePlugAndPlay Class

Definition

Defines the programmatic interface for the DevicePlugAndPlay class.

public abstract class DevicePlugAndPlay : MarshalByRefObject
type DevicePlugAndPlay = class
    inherit MarshalByRefObject
Public MustInherit Class DevicePlugAndPlay
Inherits MarshalByRefObject
Inheritance
DevicePlugAndPlay

Constructors

DevicePlugAndPlay()

Creates an instance of the DevicePlugAndPlay class.

Methods

RaiseDeviceAddedEvent(Device)

Raises an event that notifies the service objects that hardware has been added.

RaiseDeviceRemovedEvent(Device)

Raises an event that notifies the service objects that hardware has been removed.

Events

DeviceAddedEvent

An event that notifies the service objects that hardware has been added.

DeviceRemovedEvent

An event that notifies the service objects that hardware has been removed.

Applies to