Table of Contents

Class LoadableIconHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class LoadableIconHelper : Object, LoadableIcon, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
LoadableIconHelper
Implements
Inherited Members

Constructors

LoadableIconHelper(ObjectHandle)

protected LoadableIconHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

Load(int, out string, Cancellable?)

public InputStream Load(int size, out string type, Cancellable? cancellable)

Parameters

size int
type string
cancellable Cancellable

Returns

InputStream

LoadFinish(AsyncResult, out string)

public InputStream LoadFinish(AsyncResult res, out string type)

Parameters

res AsyncResult
type string

Returns

InputStream

NewFromPointer(nint, bool)

Creates a new managed LoadableIconHelper instance for a given pointer.

public static LoadableIconHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

LoadableIconHelper