RazorCompiledItemLoader.LoadItems(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a list of RazorCompiledItem objects from the provided 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)
Parameters
- assembly
- Assembly
The assembly to search.
Returns
A list of RazorCompiledItem objects.