Table of Contents

Class ScriptDialog

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class ScriptDialog : BoxedRecord, IEquatable<ScriptDialog>
Inheritance
ScriptDialog
Implements
Inherited Members

Constructors

ScriptDialog(ScriptDialogOwnedHandle)

public ScriptDialog(ScriptDialogOwnedHandle handle)

Parameters

handle ScriptDialogOwnedHandle

Properties

Handle

public ScriptDialogOwnedHandle Handle { get; }

Property Value

ScriptDialogOwnedHandle

Methods

Close()

[Version("2.24")]
public void Close()

ConfirmSetConfirmed(bool)

public void ConfirmSetConfirmed(bool confirmed)

Parameters

confirmed bool

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

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

public bool Equals(ScriptDialog? other)

Parameters

other ScriptDialog

An object to compare with this object.

Returns

bool

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

GetDialogType()

public ScriptDialogType GetDialogType()

Returns

ScriptDialogType

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.

GetMessage()

public string GetMessage()

Returns

string

PromptGetDefaultText()

public string PromptGetDefaultText()

Returns

string

PromptSetText(string)

public void PromptSetText(string text)

Parameters

text string

Ref()

[Version("2.24")]
public ScriptDialog Ref()

Returns

ScriptDialog

Unref()

[Version("2.24")]
public void Unref()