MidiPacket.Bytes Property
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.
Caution
This property may return a pointer to a managed object, and this pointer is never safe to use. Use ByteArray or BytePointer instead.
[System.Obsolete("This property may return a pointer to a managed object, and this pointer is never safe to use. Use ByteArray or BytePointer instead.")]
public IntPtr Bytes { get; }
[<System.Obsolete("This property may return a pointer to a managed object, and this pointer is never safe to use. Use ByteArray or BytePointer instead.")>]
member this.Bytes : nativeint
Property Value
nativeint
- Attributes