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

屬性值

預設組件載入內容。

適用於