Table of Contents

Class WebsiteData

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

Constructors

WebsiteData(WebsiteDataOwnedHandle)

public WebsiteData(WebsiteDataOwnedHandle handle)

Parameters

handle WebsiteDataOwnedHandle

Properties

Handle

public WebsiteDataOwnedHandle Handle { get; }

Property Value

WebsiteDataOwnedHandle

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(WebsiteData?)

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

public bool Equals(WebsiteData? other)

Parameters

other WebsiteData

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.

GetName()

[Version("2.16")]
public string GetName()

Returns

string

GetSize(WebsiteDataTypes)

[Version("2.16")]
public ulong GetSize(WebsiteDataTypes types)

Parameters

types WebsiteDataTypes

Returns

ulong

GetTypes()

[Version("2.16")]
public WebsiteDataTypes GetTypes()

Returns

WebsiteDataTypes

Ref()

[Version("2.16")]
public WebsiteData Ref()

Returns

WebsiteData

Unref()

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