RhinoCore
Represents an instance of RhinoCore.DLL.
Inheritance Hierarchy
System.Object
Rhino.Runtime.InProcess.RhinoCore
Namespace: Rhino.Runtime.InProcess
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class RhinoCore : IDisposable
The RhinoCore type exposes the following members.
Constructors
Name
Description
Public Method
RhinoCore.
Initializes a new instance of the RhinoCore class.
Public Method
RhinoCore(.String.)
Initializes a new instance of the RhinoCore class.
Public Method
RhinoCore(.String., WindowStyle)
Initializes a new instance of the RhinoCore class.
Public Method
RhinoCore(.String., WindowStyle, IntPtr)
Initializes a new instance of the RhinoCore class.
Methods
Name
Description
Public Method
Dispose
IDisposable implementation
Public Method
DoEvents
If a Rhino owned window is active processes all Windows messages currently in the message queue.
Public Method
DoIdle
Processes all Rhino Idle tasks.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
IDisposable implementation
(Overrides Object.Finalize..)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
InvokeInHostContext(Action)
Invokes action in Host context
Public Method
InvokeInHostContext.T.(Func.T.)
Invokes function in Host context
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
RaiseIdle
Raises the Idle event.
Public Method
Run
Runs RhinoApp Message loop
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)