Table of Contents

Class ObjectHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class ObjectHandle : InitiallyUnownedHandle, IDisposable
Inheritance
ObjectHandle
Implements
Derived
Inherited Members

Constructors

ObjectHandle(nint, bool)

public ObjectHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static ObjectHandle For<T>(ConstructArgument[] constructArguments) where T : Object, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

ObjectHandle

Type Parameters

T