RhinoCoreInvokeInHostContext Method (Action) |
Invokes action in Host context
Namespace:
Rhino.Runtime.InProcess
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public void InvokeInHostContext(
Action action
)
Public Sub InvokeInHostContext (
action As Action
)
Parameters
- action
- Type: SystemAction
[Missing <param name="action"/> documentation for "M:Rhino.Runtime.InProcess.RhinoCore.InvokeInHostContext(System.Action)"]
See Also