MonobjcMonobjc Documented Class Library
IWebPlugIn Interface
NamespacesMonobjc.WebKitIWebPlugIn

[Missing <summary> documentation for "T:Monobjc.WebKit.IWebPlugIn"]

Declaration Syntax
C#Visual BasicVisual C++
public interface IWebPlugIn : IManagedWrapper
Public Interface IWebPlugIn _
	Inherits IManagedWrapper
public interface class IWebPlugIn : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
ObjectForWebScript

Returns an object that exposes the plug-in’s scripting interface.

Original signature is '- (id)objectForWebScript'

Available in Mac OS X v10.3.9 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
WebPlugInDestroy()()()()

Prepares the plug-in for deallocation.

Original signature is '- (void)webPlugInDestroy'

Available in Mac OS X v10.3.9 and later.


WebPlugInInitialize()()()()

Initializes the plug-in.

Original signature is '- (void)webPlugInInitialize'

Available in Mac OS X v10.3.9 and later.


WebPlugInMainResourceDidFailWithError(NSError)

Invoked when an error occurs loading the main resource.

Original signature is '- (void)webPlugInMainResourceDidFailWithError:(NSError *)error'

Available in Mac OS X v10.6 and later.


WebPlugInMainResourceDidFinishLoading()()()()

Invoked when the connection successfully finishes loading data.

Original signature is '- (void)webPlugInMainResourceDidFinishLoading'

Available in Mac OS X v10.6 and later.


WebPlugInMainResourceDidReceiveData(NSData)

Invoked when the connection loads data incrementally.

Original signature is '- (void)webPlugInMainResourceDidReceiveData:(NSData *)data'

Available in Mac OS X v10.6 and later.


WebPlugInMainResourceDidReceiveResponse(NSURLResponse)

Invoked when the connection receives sufficient data to construct the URL response for its request.

Original signature is '- (void)webPlugInMainResourceDidReceiveResponse:(NSURLResponse *)response'

Available in Mac OS X v10.6 and later.


WebPlugInSetIsSelected(Boolean)

Controls plug-in behavior based on its selection.

Original signature is '- (void)webPlugInSetIsSelected:(BOOL)selected'

Available in Mac OS X v10.3.9 and later.


WebPlugInStart()()()()

Tells the plug-in to start normal operation.

Original signature is '- (void)webPlugInStart'

Available in Mac OS X v10.3.9 and later.


WebPlugInStop()()()()

Tells the plug-in to stop normal operation.

Original signature is '- (void)webPlugInStop'

Available in Mac OS X v10.3.9 and later.


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)