AssemblyLoadContext.All 属性

定义

返回一个包含所有 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)

属性值

所有 AssemblyLoadContext 实例的集合。

适用于