Table of Contents

Class WebViewHandle

Namespace
WebKit.Internal
Assembly
WebKit-6.0.dll
public class WebViewHandle : WebViewBaseHandle, IDisposable
Inheritance
WebViewHandle
Implements
Inherited Members

Constructors

WebViewHandle(nint, bool)

public WebViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static WebViewHandle For<T>(ConstructArgument[] constructArguments) where T : WebView, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

WebViewHandle

Type Parameters

T