本文介绍了两次运行相同应用程序时的C#静态方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个用C#编写的具有静态方法的应用程序。



问题:如果我运行两个可执行文件的实例,同时运行,两个应用程序之间是否存在冲突只是因为它们有静态方法?



我问的原因是有人告诉我这可能会发生。

Hi,
I have an application written in C# that have static methods.

Question: If I run two instances of the executable, running at the same time, is there a clash between the two applications simply because they have static methods?

Reason I'm asking is that someone told me this might happen.

推荐答案


这篇关于两次运行相同应用程序时的C#静态方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 15:21