AddInToken::Activate<T> Method (AddInProcess^, AddInSecurityLevel)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Activates an add-in in an external process, in a new application domain, and with a specified trust level.
Assembly: System.AddIn (in System.AddIn.dll)
public: generic<typename T> [PermissionSetAttribute(SecurityAction::Demand, Name = "FullTrust")] T Activate( AddInProcess^ process, AddInSecurityLevel level )
Parameters
- process
-
Type:
System.AddIn.Hosting::AddInProcess^
The external process in which to activate the add-in.
- level
-
Type:
System.AddIn.Hosting::AddInSecurityLevel
One of the enumeration values that specifies the trust level.
Return Value
Type: TThe host view of the add-in.
Type Parameters
- T
The interface or abstract base type that represents the host view of the add-in.
This method sets the base directory for the application domain to be the location of the add-in assembly. It also looks for the configuration file [addinassemblyname].dll.config and, if found, sets it to be the configuration file for the new application domain.
full trust for the immediate caller. This member cannot be used by partially trusted code.
Available since 3.5