Table of Contents

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

ApplicationInfoOwnedHandle

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

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

public bool Equals(ApplicationInfo? other)

Parameters

other ApplicationInfo

An object to compare with this object.

Returns

bool

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

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

Returns

string

GetVersion(out ulong, out ulong, out ulong)

[Version("2.18")]
public void GetVersion(out ulong major, out ulong minor, out ulong micro)

Parameters

major ulong
minor ulong
micro ulong

New()

[Version("2.18")]
public static ApplicationInfo New()

Returns

ApplicationInfo

Ref()

[Version("2.18")]
public ApplicationInfo Ref()

Returns

ApplicationInfo

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

major ulong
minor ulong
micro ulong

Unref()

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