MonobjcMonobjc Documented Class Library
LoadPlugInAtPath Method (path)
NamespacesMonobjc.QuartzQCPlugInLoadPlugInAtPath(NSString)

Loads a Quartz Composer plug-in bundle from the specified path.

Original signature is '+ (BOOL) loadPlugInAtPath:(NSString*)path'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool LoadPlugInAtPath(
	NSString path
)
Public Shared Function LoadPlugInAtPath ( _
	path As NSString _
) As Boolean
public:
static bool LoadPlugInAtPath(
	NSString^ path
)
Parameters
path (NSString)
The location of the bundle.
Return Value
YES if successful.
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)