不proxy对构造函数的调用,显得非常奇怪
parent
bcba063ff5
commit
dfcf2f8bc1
|
@ -24,6 +24,10 @@ namespace Obfuz.DynamicProxy
|
|||
{
|
||||
return false;
|
||||
}
|
||||
if (method.Name == ".ctor")
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue