C# Class PeteBrown.PowerShellMidi.MidiDeviceWatcher

Inheritance: IDisposable
Afficher le fichier Open project: Psychlist1972/Windows-10-PowerShell-MIDI Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
MidiDeviceWatcher ( DeviceWatcher watcher ) : System
StartWatching ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MidiDeviceWatcher() public méthode

public MidiDeviceWatcher ( DeviceWatcher watcher ) : System
watcher Windows.Devices.Enumeration.DeviceWatcher
Résultat System

StartWatching() public méthode

public StartWatching ( ) : void
Résultat void