Skip to content

Commit

Permalink
Update link to API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung committed Jul 22, 2020
1 parent 82748dd commit dec24ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/interop/IDynamicInterfaceCastable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: "A .NET application that shows how to implement IDynamicInterfaceCa

# `IDynamicInterfaceCastable` Sample

The [`IDynamicInterfaceCastable` API](https://github.com/dotnet/runtime/issues/36654) was introduced in .NET 5 as a way for creating a .NET class that supports interfaces which are not in its metadata.
The [`IDynamicInterfaceCastable` API](https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.idynamicinterfacecastable) was introduced in .NET 5 as a way for creating a .NET class that supports interfaces which are not in its metadata.

This sample provides an implementation of `IDynamicInterfaceCastable` that projects a native object as implementing different known managed interfaces. It uses COM conventions (e.g. `QueryInterface`) for interacting with the native object, but does not require the actual COM system.

Expand Down

0 comments on commit dec24ce

Please sign in to comment.