MonobjcMonobjc Documented Class Library
LaunchFlags Property
NamespacesMonobjc.ScriptingBridgeSBApplicationLaunchFlags

Returns the launch flags for the application represented by the receiver.

Original signature is '- (LSLaunchFlags)launchFlags'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual LSLaunchFlags LaunchFlags { get; set; }
Public Overridable Property LaunchFlags As LSLaunchFlags
	Get
	Set
public:
virtual property LSLaunchFlags LaunchFlags {
	LSLaunchFlags get ();
	void set (LSLaunchFlags 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.ScriptingBridge (Module: Monobjc.ScriptingBridge)