DevicePlugAndPlay Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |