You are designing a Windows Presentation Foundation (WPF) application that uses .NET
Framework 4. The application uses a subset of the functionality provided by a third-party
COM component that will be replaced later. The application developers must have access
to only the required subset of functionality. You need to recommend a solution that meets
the requirements. Which two actions should you recommend? (Each correct answer
presents part of the solution. Choose two.)
A.
In the adapter assembly, use an embedded interop reference.
B.
In the adapter assembly, use a standard interop reference.
C.
Create an adapter assembly that exposes the entire functionality of the COM component.
D.
Create an adapter assembly that exposes the required subset of the COM component
functionality.