Search Results for

    Show / Hide Table of Contents

    Class AutoInstallTest

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    AutoInstallTest
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class AutoInstallTest : NXRemotableObject, IMessageSink

    Constructors

    AutoInstallTest(Session)

    Declaration
    protected AutoInstallTest(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    AcknowledgeNotifications(Notifications[])

    Declaration
    public AutoInstallTest.ReturnParams[] AcknowledgeNotifications(AutoInstallTest.Notifications[] notificationsToAcknowledege)
    Parameters
    Type Name Description
    Notifications[] notificationsToAcknowledege
    Returns
    Type Description
    ReturnParams[]

    CompareResponse(string, string)

    Declaration
    public bool CompareResponse(string responseString, string pathOfFile)
    Parameters
    Type Name Description
    string responseString
    string pathOfFile
    Returns
    Type Description
    bool

    GetAutoInstallTest(Session)

    Declaration
    public static AutoInstallTest GetAutoInstallTest(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    AutoInstallTest

    GetDownloadProgress(out int)

    Declaration
    public AutoInstallTest.ReturnParams GetDownloadProgress(out int progress)
    Parameters
    Type Name Description
    int progress
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    GetNotifications(out Notifications[])

    Declaration
    public AutoInstallTest.ReturnParams GetNotifications(out AutoInstallTest.Notifications[] notifications)
    Parameters
    Type Name Description
    Notifications[] notifications
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    GetUpdateStatus(out int, out int, out string)

    Declaration
    public AutoInstallTest.ReturnParams GetUpdateStatus(out int state, out int baseCompatibleVersion, out string releasenotesLink)
    Parameters
    Type Name Description
    int state
    int baseCompatibleVersion
    string releasenotesLink
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    SetAutoAuthenticationFlag(bool)

    Declaration
    public void SetAutoAuthenticationFlag(bool autoAuthenticate)
    Parameters
    Type Name Description
    bool autoAuthenticate

    SetVersionInfo(CustomVersionInfo)

    Declaration
    public AutoInstallTest.ReturnParams SetVersionInfo(AutoInstallTest.CustomVersionInfo versionInfo)
    Parameters
    Type Name Description
    AutoInstallTest.CustomVersionInfo versionInfo
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    StartDownload(string)

    Declaration
    public AutoInstallTest.ReturnParams StartDownload(string downloadLocation)
    Parameters
    Type Name Description
    string downloadLocation
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    StartInstall()

    Declaration
    public AutoInstallTest.ReturnParams StartInstall()
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    ValidateDownloadedUpdate(bool, out string)

    Declaration
    public AutoInstallTest.ReturnParams ValidateDownloadedUpdate(bool failOnCertError, out string certError)
    Parameters
    Type Name Description
    bool failOnCertError
    string certError
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX