Skip to content

Commit

Permalink
Root ComActivator for hosting (#54524)
Browse files Browse the repository at this point in the history
* rooting ComActivator that is needed for hosting

* FB
  • Loading branch information
LakshanF committed Jun 23, 2021
1 parent 2b7927f commit 56b3751
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<type fullname="System.Runtime.InteropServices.IDispatch" />
<type fullname="System.Runtime.InteropServices.IMarshal" />
<type fullname="Internal.Runtime.InteropServices.IClassFactory2" />
<!-- ComActivator is needed for native host operations -->
<type fullname="Internal.Runtime.InteropServices.ComActivator" >
<method name="GetClassFactoryForTypeInternal" />
<method name="RegisterClassForTypeInternal" />
<method name="UnregisterClassForTypeInternal" />
</type>
</assembly>
</linker>

0 comments on commit 56b3751

Please sign in to comment.