>>> CecilAspectWeaver.exe TestTargetAppForWeaving.exe ".*" "^TestDivide$" logInt32 Opening source assembly "TestTargetAppForWeaving.exe" ... Matched class "Program": Matched method "TestDivide": Weaving "logInt32" advice ... Matched class "Point": Writing woven assemly to "TestTargetAppForWeaving.woven.exe" ... >>> TestTargetAppForWeaving.woven.exe Method Divide(5, 2) begins calcucation ... 2 2 Method Divide(100, 5) begins calcucation ... 20 20 Method Divide(5, 2) begins calcucation ... 2 2 Method Divide(5, 2) begins calcucation ... 2 2 Method Divide(5, 0) begins calcucation ... 2147483647 2147483647 Method Divide(5, 0) begins calcucation ... 2147483647 2147483647 Method Divide(-5, 0) begins calcucation ... -2147483648 -2147483648 Method Divide(-5, 0) begins calcucation ... -2147483648 -2147483648 3,14 123 3,14 Point{X=10, Y=20}