纯手工打造Emit实现AOPprivatestaticvoidOverrideMethods(TypeBuildertb,MethodInfomethod){if(!method.IsPublic||!method.IsVirtual||IsObjectMethod(method))return;Type[]paramTypes=GetParameterTypes(method);MethodAttributesattr=MethodAttributes.Public|MethodAttributes.Family|Me