Click or drag to resize

ShellUtilitiesWithSite Method

Overload List
  NameDescription
Public methodStatic memberWithSite(Object, Object, Action, Boolean)
Runs an action. If the sited object implements IObjectWithSite, the site object will be set before the action and unset after the action.
Public methodStatic memberWithSiteT(Object, Object, FuncT, Boolean)
Runs an function. If the sited object implements IObjectWithSite, the site object will be set before the function and unset after the function.
Top
See Also