Share via


InstantiationBindingInterceptionData 结构

定义

传递给 IInstantiationBindingInterceptor 方法的参数对象。

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InstantiationBindingInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
type InstantiationBindingInterceptionData = struct
Public Structure InstantiationBindingInterceptionData
继承
InstantiationBindingInterceptionData
属性

注解

有关详细信息和示例,请参阅日志记录、事件和诊断

构造函数

InstantiationBindingInterceptionData(IEntityType)

构造参数对象。

InstantiationBindingInterceptionData(ITypeBase)

构造参数对象。

属性

EntityType

正在使用绑定的实体类型。

TypeBase

正在使用绑定的实体类型。

适用于