[Missing <summary> documentation for "T:Monobjc.WebKit.IWebPlugIn"]
| C# | Visual Basic | Visual C++ |
public interface IWebPlugIn : IManagedWrapper
Public Interface IWebPlugIn _ Inherits IManagedWrapper
public interface class IWebPlugIn : IManagedWrapper
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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. | |
| 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). | |
| SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). | |
| SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. | |
| SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)