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
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(Feature?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Feature? other)
Parameters
other
FeatureAn object to compare with this object.
Returns
GetCategory()
[Version("2.42")]
public string GetCategory()
Returns
GetDefaultValue()
[Version("2.42")]
public bool GetDefaultValue()
Returns
GetDetails()
[Version("2.42")]
public string? GetDetails()
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.
GetIdentifier()
[Version("2.42")]
public string GetIdentifier()
Returns
GetName()
[Version("2.42")]
public string? GetName()
Returns
GetStatus()
[Version("2.42")]
public FeatureStatus GetStatus()
Returns
Ref()
[Version("2.42")]
public Feature Ref()
Returns
Unref()
[Version("2.42")]
public void Unref()