Skip to content

Commit 56b3751

Browse files
authored
Root ComActivator for hosting (#54524)
* rooting ComActivator that is needed for hosting * FB
1 parent 2b7927f commit 56b3751

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/coreclr/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.Windows.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
<type fullname="System.Runtime.InteropServices.IDispatch" />
55
<type fullname="System.Runtime.InteropServices.IMarshal" />
66
<type fullname="Internal.Runtime.InteropServices.IClassFactory2" />
7+
<!-- ComActivator is needed for native host operations -->
8+
<type fullname="Internal.Runtime.InteropServices.ComActivator" >
9+
<method name="GetClassFactoryForTypeInternal" />
10+
<method name="RegisterClassForTypeInternal" />
11+
<method name="UnregisterClassForTypeInternal" />
12+
</type>
713
</assembly>
814
</linker>

0 commit comments

Comments
 (0)