vb.net - VB -When a compiler compiles the code, does it include the libraries that were imported? -


i'm sorry basic question couldn't find on msdn except overview of import function. i'm using visual studio 2013 , i've imported system , system.io libraries. i'm wondering if make program unusable if didn't have libraries preloaded on machine or if compiler includes files needed application standalone. thank you!

system , system.io part of microsoft .net framework. without framework, program won't execute @ all. modern windows machines have version of framework installed.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -