Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 *.hbm 文件作为在 nhibernate 中映射的嵌入式资源,这些信息会进入哪里?我在 bin 目录中看不到任何映射文件。此信息是否直接嵌入到 dll 中?
确实。嵌入的资源不会复制到输出目录,而是嵌入到 .dll 文件中。
您也可以使用任何可用的反编译工具进行检查。