开发者

Loading managed dll into AppDomain from native c++ code

I want to load managed assembly into the AppDomain from native c++ code开发者_如何学JAVA.

If it worth something the native code is a CLR profiler so I get notification each time AppDomain is created.


I believe you need to host CLR.


You're probably looking for ICLRRuntimeHost::ExecuteInDefaultAppDomain(). It will load an assembly into the default AppDomain. You asked about loading into "the" AppDomain, so presumably you don't care about other non-default AppDomains.

ICLRRuntimeHost is a COM interface, and thus available to native code.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜