Click or drag to resize

GH_AssemblyPriority Class

Derive from this class if you wish to perform additional steps before any of your components are loaded. Any class in your project which inherits from GH_AssemblyPriority and which has an empty constructor will be instantiated prior to any GH_Component or IGH_DocumentObject classes.
Inheritance Hierarchy
SystemObject
  Grasshopper.KernelGH_AssemblyPriority

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public abstract class GH_AssemblyPriority

The GH_AssemblyPriority type exposes the following members.

Constructors
  NameDescription
Protected methodGH_AssemblyPriority
Initializes a new instance of the GH_AssemblyPriority class
Top
Methods
  NameDescription
Public methodPriorityLoad
This method will be called exactly once before any of the Components in your project are loaded.
Top
See Also