Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF2.Support.YetaWFApplicationPartManager.AddAssemblies Method

Add all assemblies that we need (packages). AppDomain.CurrentDomain.GetAssemblies() used to return the full list (pre 3.0) but it no longer does.

Class: YetaWF2.Support.YetaWFApplicationPartManager
Namespace: YetaWF2.Support
Assembly: YetaWF.Core

Syntax

public static void AddAssemblies( ApplicationPartManager partManager );

Parameters

partManager

The ApplicationPartManager instance (singleton).

See Also YetaWF2.Support.YetaWFApplicationPartManager ClassYetaWF.Core Overview