Table of Contents

Class TypeFindFactoryHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class TypeFindFactoryHandle : PluginFeatureHandle, IDisposable
Inheritance
TypeFindFactoryHandle
Implements
Inherited Members

Constructors

TypeFindFactoryHandle(nint, bool)

public TypeFindFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TypeFindFactoryHandle

Type Parameters

T