除非你努力工作(通过共享内存或其他技术)制作 否则。 - BarryEvery application runs in its own address space with its own variables,unless you work hard (via shared memory or some other technique) to makeit otherwise.-- Barry你好,巴里! BK>每个应用程序都在自己的地址空间中运行,并带有自己的变量, BK>除非你努力工作(通过共享内存或其他技术) BK>否则。 静态var的范围可以通过ThreadStaticAttribute限制在线程的范围内。 - 此致,Vadym Stetsyak www: http://vadmyst.blogspot.com" Vadym Stetsyak" < VA ***** @ ukr.net>写道:"Vadym Stetsyak" <va*****@ukr.net> wrote:你好,巴里! BK>每个应用程序都在自己的地址空间中运行,并有自己的变量, BK>除非你努力工作(通过共享内存或其他技术),否则BK>否则。 静态var的范围可以通过ThreadStaticAttribute限制在线程的范围内。 Hello, Barry! BK> Every application runs in its own address space with its own variables, BK> unless you work hard (via shared memory or some other technique) to BK> make it otherwise. Scope of static var can be limited to the scope of the thread via ThreadStaticAttribute. OPs问题涉及到多个控制台应用程序的实例 不共享静态变量的值。 - BarryThe OPs question relates to multiple instances of a console applicationnot sharing the value of a static variable.-- Barry 这篇关于关于静态成员变量范围的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-18 09:52