|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
assembly and portable executablewhat is an assembly and how does it related with portable executable in
..net architecture? >what is an assembly Seehttp://msdn.microsoft.com/library/en-us/cpguide/html/cpconassemblies.asp >how does it related with portable executable in An assembly is made up of one or more modules (usually with the file>.net architecture? extension .dll, .exe or .netmodule), and the modules use the PE file format. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. what will happen when we create a windows project(myproj) in vb.net
having one form . now when i compile this project then what will happen? will an assembly by name mypro is created or not? and will PE be created if yes then what does it contain? I have read that when .net project is complied , it is converted into IL . PE will contain this IL and metadata. now I want to ask that if PE contains IL and metadata then what does an assembly contain? Mattias Sjögren wrote: Show quoteHide quote > >what is an assembly > > See > http://msdn.microsoft.com/library/en-us/cpguide/html/cpconassemblies.asp > > > >how does it related with portable executable in > >.net architecture? > > An assembly is made up of one or more modules (usually with the file > extension .dll, .exe or .netmodule), and the modules use the PE file > format. > > > Mattias > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup.
Export nText as Files
At a loss figuring out if an IP is on LAN or INET DWORDS ? LONG? - I need to create constants for the following How to Obsolete two related classes? Function call problem Calling PaintBox Paint event Invalid Cast Errors VS.NET 2005 Invoking apps within VB Textbox, how to detect enter "key" event. |
|||||||||||||||||||||||