A
achutha.sridhar
I've a pretty basic question on managed code. I read through couple
of.net documentation, and reached a state where I know that managed
code would be run by the .Net run time and it has so and so
advanantages
My question is if I've a unmanaged custom dll(say a.dll) built using
VC++ 6.0 and if I were to create a wrapper class in .Net(say b.dll) to
invoke the unmanaged dll, will my b.dll become a managed code or still
it is unmanaged? As per my understanding b.dll is managed as it is
running under the .Net environment?
When people say my code is 100% managed code, then do they mean they
have written and used everything written under a .Net environment?
of.net documentation, and reached a state where I know that managed
code would be run by the .Net run time and it has so and so
advanantages
My question is if I've a unmanaged custom dll(say a.dll) built using
VC++ 6.0 and if I were to create a wrapper class in .Net(say b.dll) to
invoke the unmanaged dll, will my b.dll become a managed code or still
it is unmanaged? As per my understanding b.dll is managed as it is
running under the .Net environment?
When people say my code is 100% managed code, then do they mean they
have written and used everything written under a .Net environment?