MonobjcMonobjc Documented Class Library
StartExecution Method (context)
NamespacesMonobjc.QuartzQCPlugInStartExecution(IQCPlugInContext)

Allows you to perform custom setup tasks before the Quartz Composer engine starts rendering.

Original signature is '- (BOOL) startExecution:(id<QCPlugInContext>)context'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool StartExecution(
	IQCPlugInContext context
)
Public Overridable Function StartExecution ( _
	context As IQCPlugInContext _
) As Boolean
public:
virtual bool StartExecution(
	IQCPlugInContext^ context
)
Parameters
context (IQCPlugInContext)
An opaque object , conforming to the QCPlugInContext Protocol protocol, that represents the execution context of the QCPlugIn object. Do not retain this object or use it outside of the scope of this method.
Return Value
NO indicates a fatal error occurred and prevents the Quartz Composer engine from starting.
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.Quartz (Module: Monobjc.Quartz)