AssemblyLoadContext.Default Vlastnost

Definice

Získá výchozí AssemblyLoadContext. Výchozí kontext obsahuje hlavní sestavení aplikace a její statické závislosti.

public:
 static property System::Runtime::Loader::AssemblyLoadContext ^ Default { System::Runtime::Loader::AssemblyLoadContext ^ get(); };
public static System.Runtime.Loader.AssemblyLoadContext Default { get; }
member this.Default : System.Runtime.Loader.AssemblyLoadContext
Public Shared ReadOnly Property Default As AssemblyLoadContext

Hodnota vlastnosti

AssemblyLoadContext

Výchozí kontext načtení sestavení.

Platí pro