I'm curious if anyone knows how efficicient the VB.Net compiler is. I've been slowly building up my collection of classes that I've constructed. As I build new apps using the classes I keep adding functionality and the classes grow in size and functionality. What I'm wondering is.. if my class has two methods, say Stop and Go but my application only uses the Go method, will the VB.Net compiler remove the unused Stop method from the compiled exe?


Reply With Quote
