MonobjcMonobjc Documented Class Library
KernelsWithString Method (s)
NamespacesMonobjc.QuartzCoreCIKernelKernelsWithString(NSString)

Creates and returns and array of CIKernel objects.

Original signature is '+ (NSArray *)kernelsWithString:(NSString *)s'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray KernelsWithString(
	NSString s
)
Public Shared Function KernelsWithString ( _
	s As NSString _
) As NSArray
public:
static NSArray^ KernelsWithString(
	NSString^ s
)
Parameters
s (NSString)
A program in the Core Image dialect of the OpenGL Shading Language that contains one or more routines, each of which is marked using the kernel keyword.
Return Value
An array of CIKernel objects. The array contains one CIKernel objects for each kernel routine in the supplied string.
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)