LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct DeviceInfo

    An object that encapsulates application metadata.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.EnvReporting.LayerModels
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    public readonly struct DeviceInfo

    Constructors

    DeviceInfo(string, string)

    Constructs a new DeviceInfo instance.

    Declaration
    public DeviceInfo(string manufacturer, string model)
    Parameters
    Type Name Description
    string manufacturer

    the manufacturer.

    string model

    the model.

    Properties

    Manufacturer

    The device's manufacturer.

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

    Model

    The device's model.

    Declaration
    public string Model { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX