BindToTypePolicy.QueryBindToTypeEventArgs Properties
Contains data for the QueryBindToType event.| Name | Description |
|---|---|
| Assembly | Gets the assembly that contains the processed type. |
| AssemblyName | Gets the assembly name. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| AssemblyQualifiedTypeName |
Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type object is being loaded.
|
| 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. |
| IsTypeForwarding | |
| QueryLevel | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BindToTypePolicy.BindToTypeBaseQueryArgs. |
| SourceAssembly | |
| Type | Gets or sets the type. |
| TypeName | Gets the type name. |
See Also