Table of Contents

Class DynamicTypeFactory

Namespace
Gst
Assembly
Gst-1.0.dll
public class DynamicTypeFactory : PluginFeature, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
DynamicTypeFactory
Implements
Inherited Members

Constructors

DynamicTypeFactory(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public DynamicTypeFactory(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

DynamicTypeFactory(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected DynamicTypeFactory(CreationData data)

Parameters

data CreationData

DynamicTypeFactory(DynamicTypeFactoryHandle)

protected DynamicTypeFactory(DynamicTypeFactoryHandle handle)

Parameters

handle DynamicTypeFactoryHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

Load(string)

public static Type Load(string factoryname)

Parameters

factoryname string

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed DynamicTypeFactory instance for a given pointer.

public static DynamicTypeFactory NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

DynamicTypeFactory

NewWithProperties(ConstructArgument[])

Creates a new DynamicTypeFactory and sets the properties specified by the construct arguments.

public static DynamicTypeFactory NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

DynamicTypeFactory