Class WebViewBasePrivateOwnedHandle
public class WebViewBasePrivateOwnedHandle : WebViewBasePrivateHandle, IDisposable
- Inheritance
-
WebViewBasePrivateOwnedHandle
- Implements
- Inherited Members
Constructors
WebViewBasePrivateOwnedHandle(nint)
Creates a new instance of WebViewBasePrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public WebViewBasePrivateOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a WebViewBasePrivateOwnedHandle from a pointer that is assumed unowned.
public static WebViewBasePrivateOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a WebViewBasePrivate which is not owned by the runtime.
Returns
- WebViewBasePrivateOwnedHandle
A WebViewBasePrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()