Click or drag to resize

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
)

Parameters

action
Type: SystemAction

[Missing <param name="action"/> documentation for "M:Rhino.Runtime.InProcess.RhinoCore.InvokeInHostContext(System.Action)"]

See Also