We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7927f commit 56b3751Copy full SHA for 56b3751
src/coreclr/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.Windows.xml
@@ -4,5 +4,11 @@
4
<type fullname="System.Runtime.InteropServices.IDispatch" />
5
<type fullname="System.Runtime.InteropServices.IMarshal" />
6
<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>
13
</assembly>
14
</linker>
0 commit comments