Class AutoInstallTest
Inheritance
System.Object
System.MarshalByRefObject
AutoInstallTest
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
Property Value
Methods
AcknowledgeNotifications(AutoInstallTest.Notifications[])
Declaration
public AutoInstallTest.ReturnParams[] AcknowledgeNotifications(AutoInstallTest.Notifications[] notificationsToAcknowledege)
Parameters
Returns
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
GetDownloadProgress(out Int32)
Declaration
public AutoInstallTest.ReturnParams GetDownloadProgress(out int progress)
Parameters
Type |
Name |
Description |
System.Int32 |
progress |
|
Returns
GetNotifications(out AutoInstallTest.Notifications[])
Declaration
public AutoInstallTest.ReturnParams GetNotifications(out AutoInstallTest.Notifications[] notifications)
Parameters
Returns
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
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
Returns
StartDownload(String)
Declaration
public AutoInstallTest.ReturnParams StartDownload(string downloadLocation)
Parameters
Type |
Name |
Description |
System.String |
downloadLocation |
|
Returns
StartInstall()
Declaration
public AutoInstallTest.ReturnParams StartInstall()
Returns
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink