Unosquare
    Show / Hide Table of Contents

    Class OsInfo

    Represents the OS Information.

    Inheritance
    Object
    OsInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unosquare.RaspberryIO.Computer
    Syntax
    public class OsInfo

    Properties

    DomainName

    Domain name.

    Declaration
    public string DomainName { get; set; }
    Property Value
    Type Description
    String

    Machine

    Hardware level.

    Declaration
    public string Machine { get; set; }
    Property Value
    Type Description
    String

    NodeName

    Node name.

    Declaration
    public string NodeName { get; set; }
    Property Value
    Type Description
    String

    Release

    Release level.

    Declaration
    public string Release { get; set; }
    Property Value
    Type Description
    String

    SysName

    System name.

    Declaration
    public string SysName { get; set; }
    Property Value
    Type Description
    String

    Version

    Version level.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    String

    Methods

    ToString()

    Returns a String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()

    Comments

    Back to top Copyright © 2017-2019 Unosquare