ApplicationPartManagerExtensions.AddFrameworkPart 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 the provided assembly to the builder as a framework assembly.
public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFrameworkPart (this Orleans.ApplicationParts.IApplicationPartManager manager, System.Reflection.Assembly assembly);
static member AddFrameworkPart : Orleans.ApplicationParts.IApplicationPartManager * System.Reflection.Assembly -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFrameworkPart (manager As IApplicationPartManager, assembly As Assembly) As IApplicationPartManagerWithAssemblies
Parameters
- manager
- IApplicationPartManager
The builder.
- assembly
- Assembly
The assembly.
Returns
The builder with the additionally added assembly.