Click or drag to resize

RhinoCore Methods

The RhinoCore type exposes the following members.

Methods
  NameDescription
Public methodDispose
IDisposable implementation
Public methodDoEvents
If a Rhino owned window is active processes all Windows messages currently in the message queue.
Public methodDoIdle
Processes all Rhino Idle tasks.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
IDisposable implementation
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeInHostContext(Action)
Invokes action in Host context
Public methodInvokeInHostContextT(FuncT)
Invokes function in Host context
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRaiseIdle
Raises the Idle event.
Public methodRun
Runs RhinoApp Message loop
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also