How to determine if a .NET DLL is an interop assembly? -
i converting existing project use nuget packages dependencies. 1 part of building nuget packages correctly set reference properties if assembly interop assembly (i.e., set embedinteroptypes false). problem there lot of assemblies aren't either regular .net assembly or interop assembly. there way determine, purely assembly, if interop assembly?
if imported com typelib, assembly should marked importedfromtypelibattribute, displayed here output ildasm:
Comments
Post a Comment