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

◆ Dispose() [2/2]

override void ReLogic.OS.Windows.WindowsPlatform.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from ReLogic.OS.Platform.

Definition at line 40 of file WindowsPlatform.cs.

41 {
42 if (!_disposedValue)
43 {
44 if (disposing && _wndProcHook != null)
45 {
47 _wndProcHook = null;
48 }
49 _disposedValue = true;
50 base.Dispose(disposing);
51 }
52 }
virtual void Dispose(bool disposing)

References ReLogic.OS.Windows.WindowsPlatform._disposedValue, ReLogic.OS.Windows.WindowsPlatform._wndProcHook, and ReLogic.OS.Windows.WindowsMessageHook.Dispose().