I know how to perform this for C++/CLI and .NET in general but, C++ doesn't have Attributes. The scenario is this:
We want to provide some methods in the binary but we don't want all of our customers to use them. If a customer needs it, we can either tell him what the signature is or, send him another non-binary file.