共用方式為


ApplicationActivator.CreateInstanceHelper(AppDomainSetup) 方法

定義

使用指定的 AppDomainSetup 物件,建立應用程式的執行個體。

protected:
 static System::Runtime::Remoting::ObjectHandle ^ CreateInstanceHelper(AppDomainSetup ^ adSetup);
protected static System.Runtime.Remoting.ObjectHandle CreateInstanceHelper (AppDomainSetup adSetup);
static member CreateInstanceHelper : AppDomainSetup -> System.Runtime.Remoting.ObjectHandle
Protected Shared Function CreateInstanceHelper (adSetup As AppDomainSetup) As ObjectHandle

參數

adSetup
AppDomainSetup

AppDomainSetup 物件,其 ActivationArguments 屬性識別要啟動的應用程式。

傳回

ObjectHandle,是執行應用程式時傳回值的包裝函式。 必須將傳回值解除包裝才能存取實際物件。

例外狀況

adSetupActivationArguments 屬性為 null

應用程式執行個體無法執行,因為目前應用程定義域上的原則設定並未提供可以讓這個應用程式執行的使用權限。

備註

這個方法適用於應用程式的指令清單型啟用。

適用於