文件名称:CrossThreadDemo
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-01-18
- 文件大小:
- 40kb
- 下载次数:
- 0次
- 提 供 者:
- 沈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
访问 Windows 窗体控件本质上不是线程安全的。如果有两个或多个线程操作某一控件的状态,则可能会迫使该控件进入一种不一致的状态。还可能出现其他与线程相关的 bug,包括争用情况和死锁。确保以线程安全方式访问控件非常重要。-Access Windows Forms controls is not inherently thread safe. If there are two or more threads operating state of a control, you may be forced to enter the control an inconsistent state. May also have other thread-related bug, including race conditions and deadlocks. Thread-safe way to ensure that access control is very important.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CrossThreadDemo\CrossThreadDemo\Properties\AssemblyInfo.cs
...............\...............\..........\Resources.resx
...............\...............\..........\Resources.Designer.cs
...............\...............\..........\Settings.settings
...............\...............\..........\Settings.Designer.cs
...............\...............\Form1.cs
...............\...............\Form1.Designer.cs
...............\...............\Program.cs
...............\...............\CrossThreadDemo.csproj
...............\...............\bin\Debug\CrossThreadDemo.vshost.exe.manifest
...............\...............\...\.....\CrossThreadDemo.vshost.exe
...............\...............\...\.....\CrossThreadDemo.exe
...............\...............\...\.....\CrossThreadDemo.pdb
...............\...............\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
...............\...............\...\...\.....\CrossThreadDemo.Form1.resources
...............\...............\...\...\.....\CrossThreadDemo.Properties.Resources.resources
...............\...............\...\...\.....\GenerateResource.read.1.tlog
...............\...............\...\...\.....\GenerateResource.write.1.tlog
...............\...............\...\...\.....\CrossThreadDemo.csproj.FileListAbsolute.txt
...............\...............\...\...\.....\CrossThreadDemo.pdb
...............\...............\...\...\.....\CrossThreadDemo.exe
...............\...............\...\...\.....\DesignTimeResolveAssemblyReferences.cache
...............\...............\Form1.resx
...............\CrossThreadDemo.sln
...............\CrossThreadDemo.suo
...............\...............\obj\x86\Debug\TempPE
...............\...............\...\...\Debug
...............\...............\bin\Debug
...............\...............\obj\x86
...............\...............\Properties
...............\...............\bin
...............\...............\obj
...............\CrossThreadDemo
CrossThreadDemo