Search Results for

    Show / Hide Table of Contents

    Class AutoInstallTest

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    AutoInstallTest
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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(AutoInstallTest.Notifications[])

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

    CompareResponse(String, String)

    Declaration
    public bool CompareResponse(string responseString, string pathOfFile)
    Parameters
    Type Name Description
    System.String responseString
    System.String pathOfFile
    Returns
    Type Description
    System.Boolean

    GetAutoInstallTest(Session)

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

    GetDownloadProgress(out Int32)

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

    GetNotifications(out AutoInstallTest.Notifications[])

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

    GetUpdateStatus(out Int32, out Int32, out String)

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

    SetAutoAuthenticationFlag(Boolean)

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

    SetVersionInfo(AutoInstallTest.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
    System.String downloadLocation
    Returns
    Type Description
    AutoInstallTest.ReturnParams

    StartInstall()

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

    ValidateDownloadedUpdate(Boolean, out String)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX