.net.net-4.0piaprimary-interop-assembly

Is there any performance benefit to using .net 4's no-PIA feature?


I understand that there's a deployment benefit to no-PIA, but is there a performance benefit to having the types embedded in the assembly?


Solution

  • It's my understanding this is a deployment feature. You shouldn't see much of a performance difference.

    There may be a slight improvement over the time it takes to load the PIA.