gpt4 book ai didi

c# - 如何获得完全合格的程序集名称

转载 作者:行者123 更新时间:2023-11-30 13:17:38 28 4
gpt4 key购买 nike

有什么简单的方法可以获取程序集的完全限定名称吗?例如

<section name="unity" type=" Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

最佳答案

这是来自I Note It Down的无耻复制粘贴并且是获取项目输出的 FQAN 的简单方法:

Open Visual Studio
Go to Tools –> External Tools –> Add
Title: Get Qualified Assembly Name
Command: Powershell.exe
Arguments: -command "[System.Reflection.AssemblyName]::GetAssemblyName(\"$(TargetPath)\").FullName"
Check "Use Output Window".

新工具出现在 Tools –> Get Qualified Assembly Name 下。选择菜单项时,程序集名称将在输出窗口中给出。

关于c# - 如何获得完全合格的程序集名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7217732/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com