什么是“obj的'目录中的.NET? [英] What's the 'obj' directory for in .NET?

查看:186
本文介绍了什么是“obj的'目录中的.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们遇到了一个discussion..what到底是在.NET中的OBJ目录的目的是什么?

We're having a discussion..what exactly is the purpose of the 'obj' directory in .NET?

推荐答案

目标文件文件夹用于存储,以便在编译过程中创建最终的二进制使用的临时目标文件和其他文件流程。

The "obj" folder is used to store temporary object files and other files used in order to create the final binary during the compilation process.

bin文件夹是输出文件夹完整的二进制文件(集)。

The "bin" folder is the output folder for complete binaries (assemblies).

这篇关于什么是“obj的'目录中的.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆