Search Results for

    Show / Hide Table of Contents

    Class DeviceInformation

    Inheritance
    object
    DeviceInformation
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class DeviceInformation

    Properties

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Manufacturer

    Declaration
    public string Manufacturer { get; }
    Property Value
    Type Description
    string

    Model

    Declaration
    public string Model { get; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    Back to top 2026 / Generated by DocFX