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
Methods
Copy()
[Version("2.12")]
public ConsoleMessage Copy()
Returns
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
objectThe object to compare with the current object.
Returns
Equals(ConsoleMessage?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ConsoleMessage? other)
Parameters
other
ConsoleMessageAn object to compare with this object.
Returns
Free()
[Version("2.12")]
public void Free()
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.
GetLevel()
[Version("2.12")]
public ConsoleMessageLevel GetLevel()
Returns
GetLine()
[Version("2.12")]
public uint GetLine()
Returns
GetSource()
[Version("2.12")]
public ConsoleMessageSource GetSource()
Returns
GetSourceId()
[Version("2.12")]
public string GetSourceId()
Returns
GetText()
[Version("2.12")]
public string GetText()