Table of Contents

Class ITPThirdParty

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

Constructors

ITPThirdParty(ITPThirdPartyOwnedHandle)

public ITPThirdParty(ITPThirdPartyOwnedHandle handle)

Parameters

handle ITPThirdPartyOwnedHandle

Properties

Handle

public ITPThirdPartyOwnedHandle Handle { get; }

Property Value

ITPThirdPartyOwnedHandle

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

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

public bool Equals(ITPThirdParty? other)

Parameters

other ITPThirdParty

An object to compare with this object.

Returns

bool

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

GetDomain()

[Version("2.30")]
public string GetDomain()

Returns

string

GetFirstParties()

[Version("2.30")]
public List GetFirstParties()

Returns

List

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.

Ref()

[Version("2.30")]
public ITPThirdParty Ref()

Returns

ITPThirdParty

Unref()

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