Skip to main content

ImageCollection.RegisterAssemblies(String[]) Method

Registers specific external image-containing assemblies within your application.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void RegisterAssemblies(
    string[] assemblies
)

Parameters

Name Type Description
assemblies String[]

A String array that contains names of the assemblies that should be registered.

Remarks

Registered assemblies can be accessed through the ImageCollection.RegisteredAssemblies collection.

See Also