Analyze AxImporter for COM exposure
Open
area-COM
area-ILLinker/AOT
area-Trimming
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
`AxImporter` is the class that generates the wrapper `AxHost` derived classes for ActiveX controls. In Core this is just a stub. COM references use this through the `AxImp` command line tool in addition to `TlbImp`.
In order for AOT/Trimming to work in these scenarios we'll need to write up exactly how these tools are working to understand the exposure to built-in COM support.
Presumably it is unlikely that we cannot make these work directly without changing the toolchain.
Contributor guide
Assessment
This issue has not been assessed yet.