BeforeLoadCustomAssemblyEventArgs Properties
Provides data for the EFDataSource.BeforeLoadCustomAssembly and EFDataSource.BeforeLoadCustomAssemblyGlobal events.Name | Description |
---|---|
AllowLoading | Specifies whether loading a custom assembly is allowed. |
AssemblyPath | Specifies the path to a requested assembly. |
ContextName | Specifies the type to load from a custom assembly. |
See Also