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