We need to share some code between Delhpi and .Net and therefore we created oxygene project with a single pas file.
it compiles and works fine in delhpi, however in .Net the assembly is empty as shown in this screenshot:
it looks like the tool you use has private/internal types as hidden by default. Disable that option and they’ll show (that or make the types/members public)