diff --git a/docs/standard/native-interop/cominterop.md b/docs/standard/native-interop/cominterop.md index 6fa2e0f69cbed..7144ffd7f221b 100644 --- a/docs/standard/native-interop/cominterop.md +++ b/docs/standard/native-interop/cominterop.md @@ -12,3 +12,4 @@ The Component Object Model (COM) lets an object expose its functionality to othe - [COM Callable Wrappers](./com-callable-wrapper.md) - [Runtime Callable Wrappers](./runtime-callable-wrapper.md) - [Qualifying .NET Types for COM Interoperation](./qualify-net-types-for-interoperation.md) +- [Trimmer and Native AOT-friendly COM interop](./tutorial-comwrappers.md)