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 인스턴스의 컬렉션입니다.

적용 대상