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