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
boolconstructArguments
ConstructArgument[]
AutomationSession(IntPtr, bool)
protected AutomationSession(IntPtr ptr, bool ownedRef)
Parameters
Fields
CreateWebViewSignal
Signal Descriptor for OnCreateWebView.
public static readonly ReturningSignal<AutomationSession, WebView> CreateWebViewSignal
Field Value
IdPropertyDefinition
public static readonly Property<string?, AutomationSession> IdPropertyDefinition
Field Value
Properties
Id
public string? Id { get; }
Property Value
Methods
GetApplicationInfo()
[Version("2.18")]
public ApplicationInfo GetApplicationInfo()
Returns
GetGType()
public static Type GetGType()
Returns
GetId()
[Version("2.18")]
public string GetId()
Returns
SetApplicationInfo(ApplicationInfo)
[Version("2.18")]
public void SetApplicationInfo(ApplicationInfo info)
Parameters
info
ApplicationInfo
Events
OnCreateWebView
public event ReturningSignalHandler<AutomationSession, WebView> OnCreateWebView