Class RegistryHandle
public class RegistryHandle : ObjectHandle, IDisposable
- Inheritance
-
RegistryHandle
- Implements
- Inherited Members
Constructors
RegistryHandle(nint, bool)
public RegistryHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static RegistryHandle For<T>(ConstructArgument[] constructArguments) where T : Registry, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T