Search Results for

    Show / Hide Table of Contents

    Class EventType

    Represents an event's identity described by its type and corresponding status byte.
    Inheritance
    object
    EventType
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class EventType

    Constructors

    EventType(Type, byte)

    Initializes a new instance of the EventType with the specified type and status byte.
    Declaration
    public EventType(Type type, byte statusByte)
    Parameters
    Type Name Description
    Type type Type of an event.
    byte statusByte Status byte of an event.

    Properties

    StatusByte

    Gets the status byte of events described by this instance of the EventType.
    Declaration
    public byte StatusByte { get; }
    Property Value
    Type Description
    byte

    Type

    Gets the type of events described by this instance of the EventType.
    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type
    In this article
    Back to top 2024 / Generated by DocFX