IDesignTimeAssemblyLoader Schnittstelle
Definition
Hilfsprogramm zum Laden von Assemblys in einem Designer.Utility for loading assemblies in a designer.
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
- Attribute
Methoden
GetTargetAssemblyPath(AssemblyName, String, FrameworkName) |
Bestimmt den Ladepfad für die angegebene Assembly im Zielframework.Determines the load path for the specified assembly in the target framework. |
LoadRuntimeAssembly(AssemblyName) |
Lädt die angegebene Laufzeitassembly.Loads the specified runtime assembly. |