Class BackForwardListItem
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class BackForwardListItem : InitiallyUnowned, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
BackForwardListItem
- Implements
- Inherited Members
Constructors
BackForwardListItem(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 BackForwardListItem(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
BackForwardListItem(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected BackForwardListItem(CreationData data)
Parameters
dataCreationData
BackForwardListItem(BackForwardListItemHandle)
protected BackForwardListItem(BackForwardListItemHandle handle)
Parameters
handleBackForwardListItemHandle
Methods
GetGType()
public static Type GetGType()
Returns
GetOriginalUri()
public string GetOriginalUri()
Returns
GetTitle()
public string GetTitle()
Returns
GetUri()
public string GetUri()
Returns
NewFromPointer(nint, bool)
Creates a new managed BackForwardListItem instance for a given pointer.
public static BackForwardListItem NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new BackForwardListItem and sets the properties specified by the construct arguments.
public static BackForwardListItem NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.