Table of Contents

Class InstanceWrapper

Namespace
GObject.Internal
Assembly
GObject-2.0.dll
public static class InstanceWrapper
Inheritance
InstanceWrapper
Inherited Members

Methods

WrapHandle<TFallback>(nint, bool)

public static object WrapHandle<TFallback>(nint handle, bool ownedRef) where TFallback : InstanceFactory, GTypeProvider

Parameters

handle nint
ownedRef bool

Returns

object

Type Parameters

TFallback

WrapNullableHandle<TFallback>(nint, bool)

public static object? WrapNullableHandle<TFallback>(nint handle, bool ownedRef) where TFallback : InstanceFactory, GTypeProvider

Parameters

handle nint
ownedRef bool

Returns

object

Type Parameters

TFallback