DisposableType public static class DisposableType Provides specialized reflection methods for types implementing dispose pattern. Documentation Code public static MethodInfo GetDisposeMethod(this Type type) Gets Dispose method which implements dispose pattern.