保护内存中的数据的最好方法就是,将数据声明为私有或内部(范围限定为相同的程序集内)变量。
The best way to protect data in memory is to declare the data as private or internal (with scope limited to the same assembly) variables.
对于部署用于并行执行的应用程序,以私有方式部署的程序集是一种很方便的方法,因为这样的程序集不会影响计算机上的其他程序集。
Privately deployed assemblies are a convenient way to deploy an application for side-by-side execution because such assemblies cannot affect other assemblies on the computer.
一个第三方程序集具有一些对其他程序集(而编译和运行您的代码并不需要这些程序集)的私有引用。
A third party assembly that has some private references to other assemblies that you do not need in order to compile and run your code.
针对程序集或非私有变量级别的要求将不会产生编译器警告。
Demands placed on the assembly or non-private variable level will not produce a compiler warning.
针对程序集或非私有变量级别的要求将不会产生编译器警告。
Demands placed on the assembly or non-private variable level will not produce a compiler warning.
应用推荐