RazorCompiledItemLoader.LoadItems(Assembly) Méthode
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.
Charge une liste d’objets RazorCompiledItem à partir du fourni Assembly.
public:
virtual System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ LoadItems(System::Reflection::Assembly ^ assembly);
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem> LoadItems (System.Reflection.Assembly assembly);
abstract member LoadItems : System.Reflection.Assembly -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem>
override this.LoadItems : System.Reflection.Assembly -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem>
Public Overridable Function LoadItems (assembly As Assembly) As IReadOnlyList(Of RazorCompiledItem)
Paramètres
- assembly
- Assembly
Assembly à rechercher.
Retours
Liste des objets RazorCompiledItem.