Table of Contents

Class WebViewSessionState

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class WebViewSessionState : BoxedRecord, IEquatable<WebViewSessionState>
Inheritance
WebViewSessionState
Implements
Inherited Members

Constructors

WebViewSessionState(WebViewSessionStateOwnedHandle)

public WebViewSessionState(WebViewSessionStateOwnedHandle handle)

Parameters

handle WebViewSessionStateOwnedHandle

Properties

Handle

public WebViewSessionStateOwnedHandle Handle { get; }

Property Value

WebViewSessionStateOwnedHandle

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(WebViewSessionState?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(WebViewSessionState? other)

Parameters

other WebViewSessionState

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(Bytes)

[Version("2.12")]
public static WebViewSessionState New(Bytes data)

Parameters

data Bytes

Returns

WebViewSessionState

Ref()

[Version("2.12")]
public WebViewSessionState Ref()

Returns

WebViewSessionState

Serialize()

[Version("2.12")]
public Bytes Serialize()

Returns

Bytes

Unref()

[Version("2.12")]
public void Unref()