public WindowsOperatingSystem() { _info = new NativeMethods.LASTINPUTINFO(); _info.cbSize = (uint)Marshal.SizeOf(_info); _info.dwTime = 0; }