Class ScriptMessageReply
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class ScriptMessageReply : BoxedRecord, IEquatable<ScriptMessageReply>
- Inheritance
-
ScriptMessageReply
- Implements
- Inherited Members
Constructors
ScriptMessageReply(ScriptMessageReplyOwnedHandle)
public ScriptMessageReply(ScriptMessageReplyOwnedHandle handle)
Parameters
Properties
Handle
public ScriptMessageReplyOwnedHandle 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(ScriptMessageReply?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ScriptMessageReply? other)
Parameters
other
ScriptMessageReplyAn 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.
Ref()
[Version("2.40")]
public ScriptMessageReply Ref()
Returns
ReturnErrorMessage(string)
[Version("2.40")]
public void ReturnErrorMessage(string errorMessage)
Parameters
errorMessage
string
ReturnValue(Value)
[Version("2.40")]
public void ReturnValue(Value replyValue)
Parameters
replyValue
Value
Unref()
[Version("2.40")]
public void Unref()