internal override void ShutdownDriver(IntPtr token) { lock (this) { if (display != null) { display.Close(); display = null; } } }