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:

enter image description here


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -