MonobjcMonobjc Documented Class Library
Load Method (host)
NamespacesMonobjc.QuartzCoreICIPlugInRegistrationLoad(IntPtr)

Loads and initializes an image unit, performing custom tasks as needed. (required)

Original signature is '- (BOOL)load:(void *)host'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool Load(
	IntPtr host
)
Function Load ( _
	host As IntPtr _
) As Boolean
bool Load(
	IntPtr host
)
Parameters
host (IntPtr)
Reserved for future use.
Return Value
Returns true if the image unit is successfully initialized
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.AppKit (Module: Monobjc.AppKit)