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
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(ITPThirdParty?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ITPThirdParty? other)
Parameters
other
ITPThirdPartyAn object to compare with this object.
Returns
GetDomain()
[Version("2.30")]
public string GetDomain()
Returns
GetFirstParties()
[Version("2.30")]
public List GetFirstParties()
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.
Ref()
[Version("2.30")]
public ITPThirdParty Ref()
Returns
Unref()
[Version("2.30")]
public void Unref()