Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ApplicationPartManagerExtensions.AddFromAppDomain Method
Definition
- Namespace:
- Orleans
- Assembly:
- Orleans.Core.dll
- Package:
- Microsoft.Orleans.Core v2.4.5
- Package:
- Microsoft.Orleans.Core v3.6.5
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds assemblies from the current AppDomain to the builder.
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFromAppDomain(this Orleans.ApplicationParts.IApplicationPartManager manager);
static member AddFromAppDomain : Orleans.ApplicationParts.IApplicationPartManager -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFromAppDomain (manager As IApplicationPartManager) As IApplicationPartManagerWithAssemblies
Parameters
- manager
- IApplicationPartManager
The builder.
Returns
The builder with the added assemblies.
