ApplicationPartManagerExtensions.AddFromAppDomain Method
Definition
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.