Class ApplicationInfo
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class ApplicationInfo : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<ApplicationInfo>, IDisposable- Inheritance
- 
      
      ApplicationInfo
- Implements
- Inherited Members
Constructors
ApplicationInfo(ApplicationInfoOwnedHandle)
public ApplicationInfo(ApplicationInfoOwnedHandle handle)Parameters
- handleApplicationInfoOwnedHandle
Properties
Handle
public ApplicationInfoOwnedHandle Handle { get; }Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)Parameters
- objobject
- The 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
- otherApplicationInfo
- An 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
- namestring
SetVersion(ulong, ulong, ulong)
[Version("2.18")]
public void SetVersion(ulong major, ulong minor, ulong micro)Parameters
Unref()
[Version("2.18")]
public void Unref()