T
Tony Johansson
Hello!
An assembly can be either an executable with extension exe or a dynamic
library with extension dll.
I just wonder if I have an exe file with a method called Foo is it then
possible to reuse this method Foo in another
exe file or dll file or is this only possible when having a dll class
library ?
I do know that the dll is used just for this to reuse for example a method.
//Tony
An assembly can be either an executable with extension exe or a dynamic
library with extension dll.
I just wonder if I have an exe file with a method called Foo is it then
possible to reuse this method Foo in another
exe file or dll file or is this only possible when having a dll class
library ?
I do know that the dll is used just for this to reuse for example a method.
//Tony