Table of Contents

Class ConsoleMessage

Namespace
WebKitWebProcessExtension
Assembly
WebKitWebProcessExtension-6.0.dll
public sealed class ConsoleMessage : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<ConsoleMessage>, IDisposable
Inheritance
ConsoleMessage
Implements
Inherited Members

Constructors

ConsoleMessage(ConsoleMessageOwnedHandle)

public ConsoleMessage(ConsoleMessageOwnedHandle handle)

Parameters

handle ConsoleMessageOwnedHandle

Properties

Handle

public ConsoleMessageOwnedHandle Handle { get; }

Property Value

ConsoleMessageOwnedHandle

Methods

Copy()

[Version("2.12")]
public ConsoleMessage Copy()

Returns

ConsoleMessage

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

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

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

public bool Equals(ConsoleMessage? other)

Parameters

other ConsoleMessage

An object to compare with this object.

Returns

bool

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

Free()

[Version("2.12")]
public void Free()

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.

GetLevel()

[Version("2.12")]
public ConsoleMessageLevel GetLevel()

Returns

ConsoleMessageLevel

GetLine()

[Version("2.12")]
public uint GetLine()

Returns

uint

GetSource()

[Version("2.12")]
public ConsoleMessageSource GetSource()

Returns

ConsoleMessageSource

GetSourceId()

[Version("2.12")]
public string GetSourceId()

Returns

string

GetText()

[Version("2.12")]
public string GetText()

Returns

string