Class ApplicationInfo
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class ApplicationInfo : BoxedRecord, IEquatable<ApplicationInfo>
- Inheritance
-
ApplicationInfo
- Implements
- Inherited Members
Constructors
ApplicationInfo(ApplicationInfoOwnedHandle)
public ApplicationInfo(ApplicationInfoOwnedHandle handle)
Parameters
handle
ApplicationInfoOwnedHandle
Properties
Handle
public ApplicationInfoOwnedHandle 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(ApplicationInfo?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ApplicationInfo? other)
Parameters
other
ApplicationInfoAn object to compare with this object.
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.
GetName()
[Version("2.18")]
public string GetName()
Returns
GetVersion(out ulong, out ulong, out ulong)
[Version("2.18")]
public void GetVersion(out ulong major, out ulong minor, out ulong micro)
Parameters
New()
[Version("2.18")]
public static ApplicationInfo New()
Returns
Ref()
[Version("2.18")]
public ApplicationInfo Ref()
Returns
SetName(string)
[Version("2.18")]
public void SetName(string name)
Parameters
name
string
SetVersion(ulong, ulong, ulong)
[Version("2.18")]
public void SetVersion(ulong major, ulong minor, ulong micro)
Parameters
Unref()
[Version("2.18")]
public void Unref()