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