アセンブリ名を取得する
ドキュメント:
Assembly.GetExecutingAssembly | Microsoft Learn [公式]
Type.AssemblyQualifiedName | Microsoft Learn [公式]
AssemblyName | Microsoft Learn [公式]
参考:
アセンブリで定義されている型を取得したい
参考:
How to get types defined in an assembly only – Stack Overflow
参照していないハズの型を勝手に参照しようとする
参考:
The type is defined in an assembly that is not referenced, how to find the cause? – Stack Overflow