IReferentialConstraint.ValidateCode Method |
Validates the constraint.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.1.0 (6.9.1.0)
C#
void ValidateCode( Object target, Assembly assembly )
Parameters
- target
- Type: System.Object
Declaration (Assembly, Type, MethodInfo, ConstructorInfo, PropertyInfo, EventInfo, FieldInfo, ParameterInfo) to which the constraint has been applied. - assembly
- Type: System.Reflection.Assembly
The assembly being currently processed.