Click or drag to resize

PropertyInterceptionInfo Properties

The PropertyInterceptionInfo type exposes the following members.

Properties
  NameDescription
Public propertyChildType
Gets the Type of element. Returns null if the PropertyType is not a IEnumerable. Returns an Object if the weaver was not able to detect the child type.
Public propertyDeclaringType
Gets the Type of the object where the property resides in
Public propertyGetMethod
Gets an object that provides information about the getter method
Public propertyInstance
Gets the instance of the declaring type. Will be null if the property is static
Public propertyPropertyName
Gets the name of the property
Public propertyPropertyType
Gets the type of the property
Public propertySetMethod
Gets an object that provides information about the setter method
Top
See Also