MonobjcMonobjc Documented Class Library
InvokeUndefinedMethodFromWebScriptWithArguments Method (name, args)
NamespacesMonobjc.WebKitIWebScriptingInvokeUndefinedMethodFromWebScriptWithArguments(NSString, NSArray)

Handles undefined method invocation from the scripting environment.

Original signature is '- (id)invokeUndefinedMethodFromWebScript:(NSString *)name withArguments:(NSArray *)args'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id InvokeUndefinedMethodFromWebScriptWithArguments(
	NSString name,
	NSArray args
)
Function InvokeUndefinedMethodFromWebScriptWithArguments ( _
	name As NSString, _
	args As NSArray _
) As Id
Id^ InvokeUndefinedMethodFromWebScriptWithArguments(
	NSString^ name, 
	NSArray^ args
)
Parameters
name (NSString)
The name of the undefined method.
args (NSArray)
The arguments passed to the undefined method.
Return Value
The result of invoking the undefined method.
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.WebKit (Module: Monobjc.WebKit)