AddInEnvironment(AppDomain) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AddInEnvironment 類別的新執行個體。
public:
AddInEnvironment(AppDomain ^ appDomain);
public AddInEnvironment (AppDomain appDomain);
new System.AddIn.Hosting.AddInEnvironment : AppDomain -> System.AddIn.Hosting.AddInEnvironment
Public Sub New (appDomain As AppDomain)
參數
- appDomain
- AppDomain
包含增益集的應用程式定義域。
例外狀況
appDomain
為 null
。
需要完全信任權限。 呼叫鏈結中的呼叫端沒有足夠的權限。
備註
如果您有包含所需載入宏的應用程式域存取權,您可以使用這個建構函式來取得載入宏的物件 AddInEnvironment 。 否則,您可以使用 AddInEnvironment 類別的 AddInController 屬性來取得 AddInEnvironment 物件。