Is there a way to limit calls made in one method in my class, so you can only call methods and properties for a wrapper class (also inherited). I am using C # (.NET 4.5). This will be used as a code protection feature in our application infrastructure.
source share