Click or drag to resize

GH_LoadingDemand Enumeration

Enumerates all assembly loading behaviour demands.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_LoadingDemand
Members
  Member nameValueDescription
None-1 Indicates no valid loading behaviour. Do not use this value in the GH_GHALoadingAttribute constructor.
Default0 Use the application settings.
ForceCOFF1 Force this assembly to be loaded using COFF byte arrays.
ForceDirect2 Force this assembly to be loaded directly from the disk.
See Also