Skip to content

RhinoCore

Public Class

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

IDisposable implementation


Public Method

If a Rhino owned window is active processes all Windows messages currently in the message queue.


Public Method

Processes all Rhino Idle tasks.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

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

Invokes action in Host context


Public Method

Invokes function in Host context


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Raises the Idle event.


Public Method

Runs RhinoApp Message loop


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)