Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationPartManagerExtensions.AddFromApplicationBaseDirectory Method

Definition

Namespace:
Orleans
Assembly:
Orleans.Core.dll
Package:
Microsoft.Orleans.Core v2.4.5
Package:
Microsoft.Orleans.Core v3.6.5
Source:
ApplicationPartManagerExtensions.cs

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 BaseDirectory to the builder.

public static Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies AddFromApplicationBaseDirectory(this Orleans.ApplicationParts.IApplicationPartManager manager);
static member AddFromApplicationBaseDirectory : Orleans.ApplicationParts.IApplicationPartManager -> Orleans.ApplicationParts.IApplicationPartManagerWithAssemblies
<Extension()>
Public Function AddFromApplicationBaseDirectory (manager As IApplicationPartManager) As IApplicationPartManagerWithAssemblies

Parameters

manager
IApplicationPartManager

The builder.

Returns

The builder with the additionally added assemblies.

Applies to