IDesignTimeAssemblyLoader.GetTargetAssemblyPath 메서드

정의

대상 프레임워크에서 지정된 어셈블리의 로드 경로를 결정합니다.

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 재배포에 포함되지 않은 어셈블리를 확인할 수 있는 기회를 제공합니다. 또한 디자이너는 런타임 어셈블리가 잠기지 않도록 경로를 변경할 수 있습니다.

적용 대상