private void method_0() { WindowClass class2; this.String_0 = "WPFTaskbarIcon_" + DateTime.Now.Ticks; this.windowProcedureHandler_0 = new WindowProcedureHandler(this.method_1); class2.style = 0; class2.lpfnWndProc = this.windowProcedureHandler_0; class2.cbClsExtra = 0; class2.cbWndExtra = 0; class2.hInstance = IntPtr.Zero; class2.hIcon = IntPtr.Zero; class2.hCursor = IntPtr.Zero; class2.hbrBackground = IntPtr.Zero; class2.lpszMenuName = ""; class2.lpszClassName = this.String_0; Class5.RegisterClassW(ref class2); this.uint_0 = Class5.RegisterWindowMessageW("TaskbarCreated"); this.IntPtr_0 = Class5.CreateWindowExW(0, this.String_0, "", 0, 0, 0, 1, 1, 0, 0, 0, 0); if (this.IntPtr_0 == IntPtr.Zero) { throw new Win32Exception(); } }