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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

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