I want to emulate the signatures of a .NET class (and possibly some of the main parts of the implementation) in a C ++ application. I plan to release the specified application under the Boost Software license. In particular, I would like to use the TimeSpan and DateTime interfaces, as well as some implementation that I found using the convenient Refondor dandy tool.
Can using code obtained through Reflector violate the terms of the .NET Framework license?
source
share