HostUtils.CallFromCoreRhino Method

HostUtilsCallFromCoreRhino Method

Don't change this function in ANY way unless you chat with Steve first! This function is called by Rhino on initial startup and the signature must be exact

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static int CallFromCoreRhino(
	string task
)
Public Shared Function CallFromCoreRhino ( 
	task As String
) As Integer

Parameters

task
Type: SystemString

[Missing <param name="task"/> documentation for "M:Rhino.Runtime.HostUtils.CallFromCoreRhino(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Rhino.Runtime.HostUtils.CallFromCoreRhino(System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also