What is Primary Interop Assembly (PIA)?

 Posted by Tripati_tutu on 12/22/2010 | Category: C# Interview questions | Views: 5329 | Points: 40
Answer:

This is an assembly that contains the type definitions that is metadata of types, which is implemented with COM. This can snatch up multiple versions of the same type library. These are needs to be signed with a strong name by the publisher of the COM type library. This library imported as an assembly when it has been signed.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response