AssemblyLoadContext 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AssemblyLoadContext() |
初始化 AssemblyLoadContext 類別的新執行個體。 |
AssemblyLoadContext(Boolean) |
以指示是否啟用卸載的值來初始化 AssemblyLoadContext 類別的新執行個體。 |
AssemblyLoadContext(String, Boolean) |
以指示是否啟用卸載的名稱和值來初始化 AssemblyLoadContext 類別的新執行個體。 |
AssemblyLoadContext()
初始化 AssemblyLoadContext 類別的新執行個體。
protected:
AssemblyLoadContext();
protected AssemblyLoadContext ();
Protected Sub New ()
備註
這個建構函式受到保護。 它只能從 AssemblyLoadContext 類別或其衍生類別呼叫。
適用於
AssemblyLoadContext(Boolean)
以指示是否啟用卸載的值來初始化 AssemblyLoadContext 類別的新執行個體。
protected:
AssemblyLoadContext(bool isCollectible);
protected AssemblyLoadContext (bool isCollectible);
new System.Runtime.Loader.AssemblyLoadContext : bool -> System.Runtime.Loader.AssemblyLoadContext
Protected Sub New (isCollectible As Boolean)
參數
備註
這個建構函式受到保護。 它只能從 AssemblyLoadContext 類別或其衍生類別呼叫。
適用於
AssemblyLoadContext(String, Boolean)
以指示是否啟用卸載的名稱和值來初始化 AssemblyLoadContext 類別的新執行個體。
public AssemblyLoadContext (string? name, bool isCollectible = false);
new System.Runtime.Loader.AssemblyLoadContext : string * bool -> System.Runtime.Loader.AssemblyLoadContext
Public Sub New (name As String, Optional isCollectible As Boolean = false)