MonobjcMonobjc Documented Class Library
InvokeDefaultMethodWithArguments Method (args)
NamespacesMonobjc.WebKitIWebScriptingInvokeDefaultMethodWithArguments(NSArray)

Executes when a script attempts to invoke a method on an exposed object directly.

Original signature is '- (id)invokeDefaultMethodWithArguments:(NSArray *)args'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id InvokeDefaultMethodWithArguments(
	NSArray args
)
Function InvokeDefaultMethodWithArguments ( _
	args As NSArray _
) As Id
Id^ InvokeDefaultMethodWithArguments(
	NSArray^ args
)
Parameters
args (NSArray)
The arguments to be passed to the default method.
Return Value
The result of invoking the default 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)