Overload List

  NameDescription
Public methodStatic memberReflectiveExecute(Action)
Execute a method with no returns. If the execution throws a target invocation exception, dig into the exception, get the actual exception, and throw it.
Public methodStatic memberReflectiveExecute(Func<(Of <<'(Object>)>>))
Execute a method that will return an object via a callback. If the execution throws a target invocation exception, dig into the exception, get the actual exception, and throw it instead.

See Also