AssemblyLoadContext.All Propriedade

Definição

Retorna uma coleção de todas as instâncias AssemblyLoadContext.

public:
 static property System::Collections::Generic::IEnumerable<System::Runtime::Loader::AssemblyLoadContext ^> ^ All { System::Collections::Generic::IEnumerable<System::Runtime::Loader::AssemblyLoadContext ^> ^ get(); };
public static System.Collections.Generic.IEnumerable<System.Runtime.Loader.AssemblyLoadContext> All { get; }
static member All : seq<System.Runtime.Loader.AssemblyLoadContext>
Public Shared ReadOnly Property All As IEnumerable(Of AssemblyLoadContext)

Valor da propriedade

Uma coleção de todas as AssemblyLoadContext instâncias.

Aplica-se a