UpdateControllerHostAssemblyLocation Property |
Gets the Entry Assembly location. To override the host assembly information use the
OverrideHostProcessInfo method.
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 string HostAssemblyLocation { get; }
Public ReadOnly Property HostAssemblyLocation As String
Get
public:
property String^ HostAssemblyLocation {
String^ get ();
}
member HostAssemblyLocation : string with get
Property Value
Type:
String
See Also