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
Properties
Handle
public PermissionStateQueryOwnedHandle 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(PermissionStateQuery?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PermissionStateQuery? other)
Parameters
other
PermissionStateQueryAn object to compare with this object.
Returns
Finish(PermissionState)
[Version("2.40")]
public void Finish(PermissionState state)
Parameters
state
PermissionState
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.40")]
public string GetName()
Returns
GetSecurityOrigin()
[Version("2.40")]
public SecurityOrigin GetSecurityOrigin()
Returns
Ref()
[Version("2.40")]
public PermissionStateQuery Ref()
Returns
Unref()
[Version("2.40")]
public void Unref()