InternalsUtil public static class InternalsUtil Documentation Code public static bool IsAccessible(this MethodBase method) Checks if the method is public or protected. public static bool IsInternal(this MethodBase method) Determines whether the specified method is internal. public static bool IsInternalToDynamicProxy(this Assembly asm) Determines whether this assembly has internals visible to dynamic proxy.