UpdateControllerOverrideAssemblyLocation Method |
Specifies a different assembly location for this application in order to allow the controller to apply updates
on behalf of another application.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic void OverrideAssemblyLocation(
string assemblyLocation
)
Public Sub OverrideAssemblyLocation (
assemblyLocation As String
)
public:
void OverrideAssemblyLocation(
String^ assemblyLocation
)
member OverrideAssemblyLocation :
assemblyLocation : string -> unit
Parameters
- assemblyLocation
- Type: SystemString
The complete location of the host application assembly. If the application is
set to restart after an update, this is the assembly that will be restarted.
Remarks
See Also