# Hide Methods Calls

Hide calls to external and/or internal methods. Method calls are redirected through delegates which are dynamically built at runtime.

Usually it is sufficient to hide only external method calls.

Before (decompiled with ILSpy)::

Hide Metod Calls Before
Hide Metod Calls Before

After (decompiled with ILSpy):

Hide Metod Calls After
Hide Metod Calls After

After (decompiled with ILSpy) (with Obfuscation -> Naming Convention -> Stealth):

Hide Metod Calls After With Stealth
Hide Metod Calls After With Stealth