Search Results for

    Show / Hide Table of Contents

    Class MachineInfo

    Inheritance
    object
    MachineInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class MachineInfo

    Properties

    | Edit this page View Source

    Is64Bit

    Declaration
    public bool Is64Bit { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    OSName

    Declaration
    public string OSName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OSVersion

    Declaration
    public string OSVersion { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB