AssemblyLoadContext.All Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of all AssemblyLoadContext instances.
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)
Property Value
A collection of all AssemblyLoadContext instances.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.