BindToTypePolicy Events
Allows you to inspect assemblies/types and cancel the load operation or type resolution based on a specific condition.Name | Description |
---|---|
QueryAssemblyLoad static | Allows you to spot an “unknown” assembly before it is loaded, check its name, and allow or cancel the operation. |
QueryBindToType static | Allows you to spot dynamic loading of a type, check its name and assembly, and allow the type resolve operation. |
QueryNonTrustedTypeValidation static | Allows you to validate blacklisted and “unknown” types. |
See Also