Table of Contents

Class DynamicTypeFactoryHandle

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

Constructors

DynamicTypeFactoryHandle(nint, bool)

public DynamicTypeFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DynamicTypeFactoryHandle

Type Parameters

T