Table of Contents

Class AutomationSession

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class AutomationSession : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AutomationSession
Implements
Inherited Members

Constructors

AutomationSession(bool, params ConstructArgument[])

protected AutomationSession(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

AutomationSession(IntPtr, bool)

protected AutomationSession(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

CreateWebViewSignal

Signal Descriptor for OnCreateWebView.

public static readonly ReturningSignal<AutomationSession, WebView> CreateWebViewSignal

Field Value

ReturningSignal<AutomationSession, WebView>

IdPropertyDefinition

public static readonly Property<string?, AutomationSession> IdPropertyDefinition

Field Value

Property<string, AutomationSession>

Properties

Id

public string? Id { get; }

Property Value

string

Methods

GetApplicationInfo()

[Version("2.18")]
public ApplicationInfo GetApplicationInfo()

Returns

ApplicationInfo

GetGType()

public static Type GetGType()

Returns

Type

GetId()

[Version("2.18")]
public string GetId()

Returns

string

SetApplicationInfo(ApplicationInfo)

[Version("2.18")]
public void SetApplicationInfo(ApplicationInfo info)

Parameters

info ApplicationInfo

Events

OnCreateWebView

public event ReturningSignalHandler<AutomationSession, WebView> OnCreateWebView

Event Type

ReturningSignalHandler<AutomationSession, WebView>