BindToTypePolicy.QueryAssemblyLoadEventArgs Properties
Contains data for the QueryAssemblyLoad event.| Name | Description |
|---|---|
| Assembly | Gets or sets the assembly. |
| AssemblyName | Gets the assembly name. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| IsKnownType | Gets whether the type is whitelisted (the type is safe). Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| LoadLevel | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| QueryLevel | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
See Also