MidiObject 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.
Base class for the MidiClient, MidiPort, MidiEntity, MidiDevice and MidiEndpoint classes.
public class MidiObject : IDisposable
type MidiObject = class
interface IDisposable
- Inheritance
-
MidiObject
- Derived
- Implements
Remarks
Provides the shared properties for the various Midi classes.
Constructors
MidiObject(Int32) |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
Dispose() |
Releases the resources used by the MidiObject object. |
Dispose(Boolean) |
Releases the resources used by the MidiObject object. |
Finalize() |
Finalizer for the MidiObject object |
FindByUniqueId(Int32, MidiObject) | |
GetData(IntPtr) | |
GetDictionaryProperties(Boolean) |
Returns the object properties as a dictionary. |
GetString(IntPtr) | |
RemoveProperty(String) | |
SetData(IntPtr, NSData) | |
SetString(IntPtr, String) |