0

为什么混淆器的这个设置不会混淆公共类的私有方法?

  <Var name="KeepPublicApi" value="true" />
  <Var name="HidePrivateApi" value="true" />

在反射器中它看起来像:

private void A(MarketDataEventArgs args1)
{
    if ((args1.get_MarketDataType() == null) && (this.A != args1.get_Price()))
    {
        this.A = args1.get_Price();
   ...
4

0 回答 0