IDesignTimeAssemblyLoader 인터페이스

정의

디자이너에 어셈블리를 로드하기 위한 유틸리티입니다.

public interface class IDesignTimeAssemblyLoader
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("665f0ba5-ce72-4e87-9ba0-3c461de74d0b")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDesignTimeAssemblyLoader
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("665f0ba5-ce72-4e87-9ba0-3c461de74d0b")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDesignTimeAssemblyLoader = interface
Public Interface IDesignTimeAssemblyLoader
특성

메서드

GetTargetAssemblyPath(AssemblyName, String, FrameworkName)

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

LoadRuntimeAssembly(AssemblyName)

지정된 런타임 어셈블리를 로드합니다.

적용 대상