MonobjcMonobjc Documented Class Library
PathToRelaunchForUpdaterMessage Method (updater)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherPathToRelaunchForUpdaterMessage(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++
public NSString PathToRelaunchForUpdaterMessage(
	SUUpdater updater
)
Public Function PathToRelaunchForUpdaterMessage ( _
	updater As SUUpdater _
) As NSString
public:
NSString^ PathToRelaunchForUpdaterMessage(
	SUUpdater^ updater
)
Parameters
updater (SUUpdater)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Sparkle.SUUpdater.SUUpdaterDelegateEventDispatcher.PathToRelaunchForUpdaterMessage(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)