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; }
member this.All : seq<System.Runtime.Loader.AssemblyLoadContext>
Public Shared ReadOnly Property All As IEnumerable(Of AssemblyLoadContext)

屬性值

IEnumerable<AssemblyLoadContext>

所有 AssemblyLoadContext 實例的集合。

適用於