Click or drag to resize
UpdateControllerUpdateInteractive Method
Overload List
  NameDescription
Public methodUpdateInteractive
Uses built-in dialogs to walk the user through an entire update process.
Public methodUpdateInteractive(IWin32Window)
Uses built-in dialogs to walk the user through an entire update process. The dialogs will be shown in front of the specified object.
Public methodUpdateInteractive(ApplyUpdateOptions)
Uses built-in dialogs to walk the user through an entire update process. The dialogs will be shown in front of the specified object.
Public methodUpdateInteractive(ErrorDisplayLevel)
Uses built-in dialogs to walk the user through an entire update process, showing the specified amount of information about any error that occurs.
Public methodUpdateInteractive(IWin32Window, ErrorDisplayLevel)
Uses built-in dialogs to walk the user through an entire update process, showing the specified amount of information about any error that occurs. The dialogs will be shown in front of the specified object.
Public methodUpdateInteractive(IWin32Window, ErrorDisplayLevel, ApplyUpdateOptions)
Uses built-in dialogs to walk the user through an entire update process, showing the specified amount of information about any error that occurs. The dialogs will be shown in front of the specified object.
Public methodUpdateInteractive(IWin32Window, ErrorDisplayLevel, ApplyUpdateOptions, IDictionary)
Uses built-in dialogs to walk the user through an entire update process, showing the specified amount of information about any error that occurs. The dialogs will be shown in front of the specified object.
Top
See Also