English 中文(简体)
如何在适当的运行时间运行不同的执行方法?
原标题:How do different EXEs run in the right runtime?

我总是很奇怪的是,如果你召集一个组装方案,如果你为你的处理员编制一个机器编码,但如果你汇编一个C#或其他文件,那么一个延伸——EXE——如何能够发挥同样的作用。 净方案,除在适当的操作时间环境中运行外,还给你带来可观效果。 我不敢肯定,这是否不同于本组织(我想象有),但当一个EXE被执行时,它如何决定如何执行?

在相关说明中,如果我书写我自己的方案拟订语言,那么我如何在我的运行环境中将这一机制联系起来?

最佳回答

在将“网络”方案编纂成一个EXE时,它不仅仅是一个编外编码的博览(如 Java)。 确实有本土可起诉的产物将装满。 该网络运行时间,手下。 NET按字母顺序编码,或显示一个友好的错误信息,表明框架不存在。

格式比这一格式更加灵活,因为每个Windows EXE实际上都包含一个监督事务司方案,在作为监督事务司方案执行时,该方案将显示一个错误(“不能以监督事务司模式运行”)。

http://en.wikipedia.org

问题回答

暂无回答




相关问题
Silverlight 3 Dataform - how to add fieds at runtime

I am creating a DataForm from dynamic data (so I can t create the columns in the xaml), I currently create columns for my DataGrid (I have not worked out how I can create a button + event in a colomn ...

starting vlc player in java

I tried to start vlc player in Java, but somehow it did not word. Any other Prog I tried worked. Plz have a look at my code: try { Runtime.getRuntime().exec("K:\...\vlc.exe"); } catch (...

How to generate an instance of an unknown type at runtime?

i ve got the following in C#: string typename = "System.Int32"; string value = "4"; theses two strings should be taken to generate an object of the specified type with the specified value... result ...

Obtaining a proc pointer to a Carbon API at runtime

I have a Mac application that I must build against the Mac OS 10.4 SDK for various reasons beyond my control. Given that my application s minimum OS version will be 10.5. (I know, I know... but I can ...

热门标签