Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose()

void IDisposable. Internal.Win32.RegistryKey.Dispose ( )
inlineprivate

Implements System.IDisposable.

Definition at line 20 of file RegistryKey.cs.

21 {
22 if (_hkey != null)
23 {
24 _hkey.Dispose();
25 }
26 }
readonly SafeRegistryHandle _hkey

References Internal.Win32.RegistryKey._hkey, and System.Runtime.InteropServices.SafeHandle.Dispose().