| UpdateControllerUpdateInteractive Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | UpdateInteractive | 
            Uses built-in dialogs to walk the user through an entire update process.
             | 
|  | UpdateInteractive(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.
             | 
|  | UpdateInteractive(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.
             | 
|  | UpdateInteractive(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.
             | 
|  | UpdateInteractive(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.
             | 
|  | UpdateInteractive(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.
             | 
|  | UpdateInteractive(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.
             | 
 See Also
See Also