Skip to main content
A newer version of this page is available. .

SkinManager.RegisterSkinAssembly(Assembly) Method

OBSOLETE

You should use the RegisterAssembly method instead of that

This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Obsolete("You should use the RegisterAssembly method instead of that")]
public bool RegisterSkinAssembly(
    Assembly asm
)

Parameters

Name Type
asm Assembly

Returns

Type
Boolean
See Also