Table of Contents

Class RegistryHandle

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

Constructors

RegistryHandle(nint, bool)

public RegistryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

RegistryHandle

Type Parameters

T