Class AutoInstallTest
Inheritance
AutoInstallTest
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(Notifications[])
Declaration
public AutoInstallTest.ReturnParams[] AcknowledgeNotifications(AutoInstallTest.Notifications[] notificationsToAcknowledege)
Parameters
Type |
Name |
Description |
Notifications[] |
notificationsToAcknowledege |
|
Returns
CompareResponse(string, string)
Declaration
public bool CompareResponse(string responseString, string pathOfFile)
Parameters
Type |
Name |
Description |
string |
responseString |
|
string |
pathOfFile |
|
Returns
GetAutoInstallTest(Session)
Declaration
public static AutoInstallTest GetAutoInstallTest(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Returns
GetDownloadProgress(out int)
Declaration
public AutoInstallTest.ReturnParams GetDownloadProgress(out int progress)
Parameters
Type |
Name |
Description |
int |
progress |
|
Returns
GetNotifications(out Notifications[])
Declaration
public AutoInstallTest.ReturnParams GetNotifications(out AutoInstallTest.Notifications[] notifications)
Parameters
Returns
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
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
Returns
StartDownload(string)
Declaration
public AutoInstallTest.ReturnParams StartDownload(string downloadLocation)
Parameters
Type |
Name |
Description |
string |
downloadLocation |
|
Returns
StartInstall()
Declaration
public AutoInstallTest.ReturnParams StartInstall()
Returns
ValidateDownloadedUpdate(bool, out string)
Declaration
public AutoInstallTest.ReturnParams ValidateDownloadedUpdate(bool failOnCertError, out string certError)
Parameters
Type |
Name |
Description |
bool |
failOnCertError |
|
string |
certError |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink