WebKit.WKUserScript Members

The members of WebKit.WKUserScript are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Creates a user script object with the specified source, injection time, an frame scope..

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
InjectionTimeWKUserScriptInjectionTime. Gets a value that indicates when the script should be injected into the page.
[read-only]
IsForMainFrameOnlybool. Gets a value that indicates whether the script is for the main frame only.
[read-only]
SourceFoundation.NSString. Gets the script source.

Public Methods

Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.

Protected Methods

override
Dispose(bool)
Releases the resources used by the WKUserScript object.