MonobjcMonobjc Documented Class Library
SUUpdater..::..PathToRelaunchForUpdaterEventHandler Delegate
NamespacesMonobjc.SparkleSUUpdaterSUUpdater..::..PathToRelaunchForUpdaterEventHandler

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 delegate NSString PathToRelaunchForUpdaterEventHandler(
	SUUpdater updater
)
Public Delegate Function PathToRelaunchForUpdaterEventHandler ( _
	updater As SUUpdater _
) As NSString
public delegate NSString^ PathToRelaunchForUpdaterEventHandler(
	SUUpdater^ updater
)
Parameters
updater (SUUpdater)
MISSING
Return Value
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)