AssemblyLoadContext.Default 屬性

定義

預設為 AssemblyLoadContext。 預設上下文包含主要的應用程式組件及其靜態相依關係。

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

屬性值

預設的組裝載入上下文。

適用於