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

BeforeLoadCustomAssemblyEventArgs.AssemblyPath Property

Specifies the path to a requested assembly.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string AssemblyPath { get; set; }

Property Value

Type Description
String

A String value, specifying the path to a custom assembly.

Remarks

An unauthorized attempt to load a custom assembly will result in throwing a CustomAssemblyLoadingProhibitedException.

See Also