Search Results for

    Show / Hide Table of Contents

    Struct SystemInfo

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct SystemInfo

    Fields

    bundles_used

    Declaration
    public string[] bundles_used
    Field Value
    Type Description
    System.String[]

    date_buf

    Declaration
    public string date_buf
    Field Value
    Type Description
    System.String

    machine_type

    Declaration
    public string machine_type
    Field Value
    Type Description
    System.String

    node_name

    Declaration
    public string node_name
    Field Value
    Type Description
    System.String

    number_of_bundles

    Declaration
    public int number_of_bundles
    Field Value
    Type Description
    System.Int32

    os_name

    Declaration
    public string os_name
    Field Value
    Type Description
    System.String

    os_version

    Declaration
    public string os_version
    Field Value
    Type Description
    System.String

    physical_memory

    Declaration
    public int physical_memory
    Field Value
    Type Description
    System.Int32

    program_name

    Declaration
    public string program_name
    Field Value
    Type Description
    System.String

    user_name

    Declaration
    public string user_name
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX