Use this space to put some text. Update this text in HTML

468x60 banner ad

Advertise with Us

Powered by Blogger.

Friday 29 January 2016

what is Unmanaged Code?



The code which is developed outside the dot net framework application domain but can be executed in .Net domain is known as managed code.this code execute in unmanaged code execution process.
It uses wrapper classes.

There are two types of Wrappers

1.      CCW(Compile Time Callable Wrapper)

Unmanaged source code executes.

Source code -> IL Code -> Executable Code ->Native Compiler -> CPU -> Output 

2.      RCW(Run Time Callable Wrapper)

Unmanaged compiled code executes.

Source code -> Executable Code -> CPU -> Output  


No comments :

Post a Comment

Ask a Question?