Search Results for

    Show / Hide Table of Contents

    Struct AutoInstallTest.ReturnParams

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct AutoInstallTest.ReturnParams

    Constructors

    ReturnParams(int, string)

    Declaration
    public ReturnParams(int ReturnCode, string ResponseString)
    Parameters
    Type Name Description
    int ReturnCode
    string ResponseString

    Fields

    ResponseString

    Declaration
    public string ResponseString
    Field Value
    Type Description
    string

    ReturnCode

    Declaration
    public int ReturnCode
    Field Value
    Type Description
    int

    Methods

    ToString()

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