GH_DebugLogForm Class

GH_DebugLogForm Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              Grasshopper.GUIGH_DebugLogForm

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_DebugLogForm : Form
Public Class GH_DebugLogForm
	Inherits Form

The GH_DebugLogForm type exposes the following members.

Constructors
  NameDescription
Public methodGH_DebugLogForm
Initializes a new instance of the GH_DebugLogForm class
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the GH_DebugLogForm and optionally releases the managed resources
(Overrides FormDispose(Boolean).)
Top
Extension Methods
  NameDescription
Public Extension MethodToEtoOverloaded. (Defined by EtoExtensions.)
Public Extension MethodToEtoOverloaded. (Defined by EtoExtensions.)
Top
See Also