Skip to main content
All docs
V25.1
  • BindToTypePolicy.BindToTypeBaseQueryArgs Properties

    The base class for BindToTypePolicy.QueryAssemblyLoadEventArgs, BindToTypePolicy.QueryBindToTypeEventArgs, and BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs classes.
    Name Description
    AssemblyName Gets the assembly name.
    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).
    QueryLevel This member supports the internal infrastructure and is not intended to be used directly from your code.
    See Also