MonobjcMonobjc Documented Class Library
PathToRelaunchForUpdater Method (updater)
NamespacesMonobjc.SparkleISUUpdaterDelegatePathToRelaunchForUpdater(SUUpdater)

Returns the path which is used to relaunch the client after the update is installed. By default, the path of the host bundle.

Original signature is '- (NSString *)pathToRelaunchForUpdater:(SUUpdater *)updater'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSString PathToRelaunchForUpdater(
	SUUpdater updater
)
Function PathToRelaunchForUpdater ( _
	updater As SUUpdater _
) As NSString
NSString^ PathToRelaunchForUpdater(
	SUUpdater^ updater
)
Parameters
updater (SUUpdater)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Sparkle.ISUUpdaterDelegate.PathToRelaunchForUpdater(Monobjc.Sparkle.SUUpdater)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Sparkle (Module: Monobjc.Sparkle)