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 -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -