Introduction
In this chapter, we look at consuming StatsCLR, the C++/CLI component we have built in the previous chapter. To some extent, we have done this already with the StatsCLR.UnitTests testing module. However, in this chapter, we take a broader look at using the component in a variety of different contexts.
Our first application is a plain C# console application. When looking at how we might use a wrapper component, we have three main objectives. Firstly, we want to ...