C# Class PeteBrown.PowerShellMidi.MidiDeviceWatcher

Inheritance: IDisposable
Mostra file Open project: Psychlist1972/Windows-10-PowerShell-MIDI Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MidiDeviceWatcher ( DeviceWatcher watcher ) : System
StartWatching ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Watcher_Added ( DeviceWatcher sender, DeviceInformation args ) : void
Watcher_EnumerationCompleted ( DeviceWatcher sender, object args ) : void
Watcher_Removed ( DeviceWatcher sender, DeviceInformationUpdate args ) : void
Watcher_Updated ( DeviceWatcher sender, DeviceInformationUpdate args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MidiDeviceWatcher() public method

public MidiDeviceWatcher ( DeviceWatcher watcher ) : System
watcher Windows.Devices.Enumeration.DeviceWatcher
return System

StartWatching() public method

public StartWatching ( ) : void
return void