Table of Contents

Class Frame

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

Constructors

Frame(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

Frame(IntPtr, bool)

protected Frame(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetId()

[Version("2.26")]
public ulong GetId()

Returns

ulong

GetJsContext()

[Version("2.22")]
public Context GetJsContext()

Returns

Context

GetJsContextForScriptWorld(ScriptWorld)

[Version("2.22")]
public Context GetJsContextForScriptWorld(ScriptWorld world)

Parameters

world ScriptWorld

Returns

Context

GetUri()

[Version("2.2")]
public string GetUri()

Returns

string

IsMainFrame()

[Version("2.2")]
public bool IsMainFrame()

Returns

bool