terrafx / terrafx.interop.windows

Interop bindings for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IUnknown does not have a [NativeTypeName] attribute

rickbrew opened this issue · comments

I don't need this but it seems odd

This one is by design. NativeTypeName generally exists to show relay information that is lost in the conversion to managed, like inherited types. IUnknown doesn't inherit from anything and all the information about the type is present.