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
Properties
Handle
public WebViewSessionStateOwnedHandle Handle { get; }
Property Value
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(WebViewSessionState?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(WebViewSessionState? other)
Parameters
other
WebViewSessionStateAn object to compare with this object.
Returns
GetGType()
public static Type GetGType()
Returns
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
Ref()
[Version("2.12")]
public WebViewSessionState Ref()
Returns
Serialize()
[Version("2.12")]
public Bytes Serialize()
Returns
Unref()
[Version("2.12")]
public void Unref()