MonobjcMonobjc Documented Class Library
FunctionWithName Method (name)
NamespacesMonobjc.QuartzCoreCAValueFunctionFunctionWithName(NSString)

Returns the value function object identified by the name.

Original signature is '+ (id)functionWithName:(NSString *)name'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id FunctionWithName(
	NSString name
)
Public Shared Function FunctionWithName ( _
	name As NSString _
) As Id
public:
static Id^ FunctionWithName(
	NSString^ name
)
Parameters
name (NSString)
The name of the value function.
Return Value
A new CAValueFunction instance with the value function specified by the name.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)