IAssemblyLoader Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit la fonctionnalité de chargement d’assemblys.
public interface IAssemblyLoader
type IAssemblyLoader = interface
Public Interface IAssemblyLoader
Remarques
Les implémentations DOIVENT être thread-safe et doivent être très rapides pour les assemblys qui ont déjà été chargés.
Méthodes
LoadAssembly(AssemblyName) |
Charge un assembly portant le nom spécifié. |
LoadAssembly(String, String) |
Charge un assembly avec le nom et le chemin spécifiés. |