Table of Contents

Class UriLauncher

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class UriLauncher : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
UriLauncher
Implements
Inherited Members

Constructors

UriLauncher(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

UriLauncher(IntPtr, bool)

protected UriLauncher(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

UriPropertyDefinition

public static readonly Property<string?, UriLauncher> UriPropertyDefinition

Field Value

Property<string, UriLauncher>

Properties

Uri

public string? Uri { get; set; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetUri()

[Version("4.10")]
public string? GetUri()

Returns

string

LaunchAsync(Window)

public Task<bool> LaunchAsync(Window parent)

Parameters

parent Window

Returns

Task<bool>

LaunchFinish(AsyncResult)

[Version("4.10")]
public bool LaunchFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

bool

New(string?)

[Version("4.10")]
public static UriLauncher New(string? uri)

Parameters

uri string

Returns

UriLauncher

SetUri(string?)

[Version("4.10")]
public void SetUri(string? uri)

Parameters

uri string