26.02.2015 Views

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

REGASM<br />

• The SDK provides a tool to make managed types available to<br />

COM's CoCreateInstance<br />

– TLBIMP makes COM classes available to CLR via new operator<br />

– REGASM adds COM registry entries for all CLR classes in an<br />

assembly<br />

– MSCOREE registered as actual InprocServer32<br />

– Can suppress exposure using ComVisible or<br />

NoComRegistration attributes<br />

– Can write custom class factory if desired<br />

– Use REGASM /codebase for assemblies not in GAC<br />

88

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!