AssemblyLoadContext.Assemblies Property

Definition

Returns a collection of the Assembly instances loaded in the AssemblyLoadContext.

public:
 property System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ Assemblies { System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Reflection.Assembly> Assemblies { get; }
member this.Assemblies : seq<System.Reflection.Assembly>
Public ReadOnly Property Assemblies As IEnumerable(Of Assembly)

Property Value

A collection of the Assembly instances loaded in the AssemblyLoadContext.

Applies to