On 11/07/2017 15:37, Jochen Theodorou wrote:
The CLI options don't change the class or member modifiers so you should be able to combine those with the module definitions to determine the accessibility (core reflection assumes readability so you don't need to be concerned with that).:we need that on the level of a class member. Not every method in a class from an exported package is accessible or has been made accessible via runtime mechanisms.
-Alan