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
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(WebsiteData?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(WebsiteData? other)
Parameters
other
WebsiteDataAn 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.
GetName()
[Version("2.16")]
public string GetName()
Returns
GetSize(WebsiteDataTypes)
[Version("2.16")]
public ulong GetSize(WebsiteDataTypes types)
Parameters
types
WebsiteDataTypes
Returns
GetTypes()
[Version("2.16")]
public WebsiteDataTypes GetTypes()
Returns
Ref()
[Version("2.16")]
public WebsiteData Ref()
Returns
Unref()
[Version("2.16")]
public void Unref()