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
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
objectThe object to compare with the current object.
Returns
Equals(ScriptDialog?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ScriptDialog? other)
Parameters
other
ScriptDialogAn object to compare with this object.
Returns
GetDialogType()
public ScriptDialogType GetDialogType()
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.
GetMessage()
public string GetMessage()
Returns
PromptGetDefaultText()
public string PromptGetDefaultText()
Returns
PromptSetText(string)
public void PromptSetText(string text)
Parameters
text
string
Ref()
[Version("2.24")]
public ScriptDialog Ref()
Returns
Unref()
[Version("2.24")]
public void Unref()