Table of Contents

Class Feature

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

Constructors

Feature(FeatureOwnedHandle)

public Feature(FeatureOwnedHandle handle)

Parameters

handle FeatureOwnedHandle

Properties

Handle

public FeatureOwnedHandle Handle { get; }

Property Value

FeatureOwnedHandle

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

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

public bool Equals(Feature? other)

Parameters

other Feature

An object to compare with this object.

Returns

bool

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

GetCategory()

[Version("2.42")]
public string GetCategory()

Returns

string

GetDefaultValue()

[Version("2.42")]
public bool GetDefaultValue()

Returns

bool

GetDetails()

[Version("2.42")]
public string? GetDetails()

Returns

string

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.

GetIdentifier()

[Version("2.42")]
public string GetIdentifier()

Returns

string

GetName()

[Version("2.42")]
public string? GetName()

Returns

string

GetStatus()

[Version("2.42")]
public FeatureStatus GetStatus()

Returns

FeatureStatus

Ref()

[Version("2.42")]
public Feature Ref()

Returns

Feature

Unref()

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