Table of Contents

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

handle ScriptMessageReplyOwnedHandle

Properties

Handle

public ScriptMessageReplyOwnedHandle Handle { get; }

Property Value

ScriptMessageReplyOwnedHandle

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

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

public bool Equals(ScriptMessageReply? other)

Parameters

other ScriptMessageReply

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.

Ref()

[Version("2.40")]
public ScriptMessageReply Ref()

Returns

ScriptMessageReply

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