BindToTypePolicy.QueryBindToTypeEventArgs Constructors
Contains data for the QueryBindToType event.Name | Parameters | Description |
---|---|---|
QueryBindToTypeEventArgs(Assembly, String, BindToTypePolicy.QueryLevel) | assembly, typeName, level | Initializes a new instance of the BindToTypePolicy.QueryBindToTypeEventArgs class with specified settings. |
QueryBindToTypeEventArgs(String, String, BindToTypePolicy.QueryLevel) | assemblyName, typeName, level | Initializes a new instance of the BindToTypePolicy.QueryBindToTypeEventArgs class with specified settings. |
QueryBindToTypeEventArgs(Type) | assemblyType | Initializes a new instance of the BindToTypePolicy.QueryBindToTypeEventArgs class with specified settings. |
See Also