Class LoadableIconHelper
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class LoadableIconHelper : Object, LoadableIcon, NativeObject, IDisposable, InstanceFactory, GTypeProvider
- Inheritance
-
LoadableIconHelper
- Implements
- Inherited Members
Methods
GetGType()
public static Type GetGType()
Returns
Load(int, out string, Cancellable?)
public InputStream Load(int size, out string type, Cancellable? cancellable)
Parameters
sizeinttypestringcancellableCancellable
Returns
LoadFinish(AsyncResult, out string)
public InputStream LoadFinish(AsyncResult res, out string type)
Parameters
resAsyncResulttypestring
Returns
NewFromPointer(nint, bool)
Creates a new managed LoadableIconHelper instance for a given pointer.
public static LoadableIconHelper NewFromPointer(nint ptr, bool ownsHandle)