IDesignTimeAssemblyLoader Interfaccia

Definizione

Utilità per il caricamento di assembly in una finestra di progettazione.

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
Attributi

Metodi

Nome Descrizione
GetTargetAssemblyPath(AssemblyName, String, FrameworkName)

Determina il percorso di caricamento per l'assembly specificato nel framework di destinazione.

LoadRuntimeAssembly(AssemblyName)

Carica l'assembly di runtime specificato.

Si applica a