user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 136. How Do I Run Managed Code In A Process?

user image

Abhishek Mishra

2 years ago

The first step in running managed code in a process is to get the CLR loaded and initialized using a CLR host. Typically, a host consists of both managed code and unmanaged code. The managed code which executes in the default domain is usually responsible for creating the application domains in which the user code exists. All CLR hosts must contain unmanaged code because execution must begin in unmanaged code.

Recent Doubts

Close [x]