Class BackForwardList
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class BackForwardList : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
BackForwardList
- Implements
- Inherited Members
Constructors
BackForwardList(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public BackForwardList(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
BackForwardList(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected BackForwardList(CreationData data)
Parameters
dataCreationData
BackForwardList(BackForwardListHandle)
protected BackForwardList(BackForwardListHandle handle)
Parameters
handleBackForwardListHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<BackForwardList, BackForwardList.ChangedSignalArgs> ChangedSignal
Field Value
Methods
GetBackItem()
public BackForwardListItem? GetBackItem()
Returns
GetCurrentItem()
public BackForwardListItem? GetCurrentItem()
Returns
GetForwardItem()
public BackForwardListItem? GetForwardItem()
Returns
GetGType()
public static Type GetGType()
Returns
GetLength()
public uint GetLength()
Returns
GetNthItem(int)
public BackForwardListItem? GetNthItem(int index)
Parameters
indexint
Returns
NewFromPointer(nint, bool)
Creates a new managed BackForwardList instance for a given pointer.
public static BackForwardList NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new BackForwardList and sets the properties specified by the construct arguments.
public static BackForwardList NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnChanged
public event SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs> OnChanged