Procedura: aggiungere DLL native alla Global Assembly Cache
È possibile inserire una DLL nativa (non COM) nella Global Assembly Cache.
Esempio
/ASSEMBLYLINKRESOURCE consente di incorporare una DLL nativa in un assembly.
Per altre informazioni, vedere /ASSEMBLYLINKRESOURCE (Collegamento a risorse .NET Framework).
/ASSEMBLYLINKRESOURCE:MyComponent.dll
Vedi anche
Uso delle funzionalità di interoperabilità C++ (PInvoke implicito)