Méthode | Description | |
---|---|---|
FieldInterceptionContext ( object target, |
Initializes a new instance of the FieldInterceptionContext class.
|
public FieldInterceptionContext ( object target, |
||
target | object | The target that hosts the given field. |
targetMethod | The method that accessed the target field. | |
targetField | The field currently being accessed by the target method. | |
hostType | The type that hosts the target field. | |
Résultat | System |