Sprache

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

Name Description
DevicePlugAndPlay()

Creates an instance of the DevicePlugAndPlay class.

Methods

Name Description
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

Name Description
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