IDesignTimeAssemblyLoader.GetTargetAssemblyPath 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定目标框架中指定程序集的加载路径。
public:
System::String ^ GetTargetAssemblyPath(System::Reflection::AssemblyName ^ runtimeOrTargetAssemblyName, System::String ^ suggestedAssemblyPath, System::Runtime::Versioning::FrameworkName ^ targetFramework);
public string GetTargetAssemblyPath (System.Reflection.AssemblyName runtimeOrTargetAssemblyName, string suggestedAssemblyPath, System.Runtime.Versioning.FrameworkName targetFramework);
abstract member GetTargetAssemblyPath : System.Reflection.AssemblyName * string * System.Runtime.Versioning.FrameworkName -> string
Public Function GetTargetAssemblyPath (runtimeOrTargetAssemblyName As AssemblyName, suggestedAssemblyPath As String, targetFramework As FrameworkName) As String
参数
- runtimeOrTargetAssemblyName
- AssemblyName
运行时或目标程序集的完整程序集名称。
- suggestedAssemblyPath
- String
从中加载程序集的建议路径。
- targetFramework
- FrameworkName
设计器的目标框架。
返回
程序集的实际加载路径;如果无法加载程序集,则为 null
。
注解
使设计器有机会解析不是项目引用且不属于.NET Framework重新分发的程序集。 还允许设计器更改路径,以防止锁定任何运行时程序集。