Table of Contents

Class PermissionStateQuery

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

Constructors

PermissionStateQuery(PermissionStateQueryOwnedHandle)

public PermissionStateQuery(PermissionStateQueryOwnedHandle handle)

Parameters

handle PermissionStateQueryOwnedHandle

Properties

Handle

public PermissionStateQueryOwnedHandle Handle { get; }

Property Value

PermissionStateQueryOwnedHandle

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

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

public bool Equals(PermissionStateQuery? other)

Parameters

other PermissionStateQuery

An object to compare with this object.

Returns

bool

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

Finish(PermissionState)

[Version("2.40")]
public void Finish(PermissionState state)

Parameters

state PermissionState

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.40")]
public string GetName()

Returns

string

GetSecurityOrigin()

[Version("2.40")]
public SecurityOrigin GetSecurityOrigin()

Returns

SecurityOrigin

Ref()

[Version("2.40")]
public PermissionStateQuery Ref()

Returns

PermissionStateQuery

Unref()

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