I would like to detect that my assembly is loaded in SQL Hosted CLR at runtime in order to safely process the AppDomain FriendlyName string.
Unfortunately, AppDomain.CurrentDomain.DomainManager.EntryAssembly
is null
in this context.
Any help appreciated. TIA.