InteropDotNet icon indicating copy to clipboard operation
InteropDotNet copied to clipboard

New attribute to discover interface to implement

Open Sergey-Terekhin opened this issue 9 years ago • 1 comments

Hello Usually when creating wrapper classes for unmanaged code it is assumed, that classes will be internal (we do so). But you library requres interface with DynamicDllImport attributes to be public.

What do you think about to create new attribute and apply it to interface. This attribute will be used to discover and implement public, internal and private interfaces

Sergey-Terekhin avatar May 07 '15 13:05 Sergey-Terekhin

LGTM. Can you implement this idea?

AndreyAkinshin avatar May 11 '15 15:05 AndreyAkinshin