Class AutomationSession
public class AutomationSession
- Inheritance
-
AutomationSession
- Inherited Members
Methods
GetApplicationInfo(nint)
Calls native method webkit_automation_session_get_application_info. Version: 2.18
[Version("2.18")]
public static extern ApplicationInfoUnownedHandle GetApplicationInfo(nint session)
Parameters
session
nintTransfer ownership: None Nullable: False
Returns
- ApplicationInfoUnownedHandle
Transfer ownership: None Nullable: False
GetGType()
Calls native function webkit_automation_session_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetId(nint)
Calls native method webkit_automation_session_get_id. Version: 2.18
[Version("2.18")]
public static extern NonNullableUtf8StringUnownedHandle GetId(nint session)
Parameters
session
nintTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringUnownedHandle
Transfer ownership: None Nullable: False
SetApplicationInfo(nint, ApplicationInfoHandle)
Calls native method webkit_automation_session_set_application_info. Version: 2.18
[Version("2.18")]
public static extern void SetApplicationInfo(nint session, ApplicationInfoHandle info)
Parameters
session
nintTransfer ownership: None Nullable: False
info
ApplicationInfoHandleTransfer ownership: None Nullable: False