GH_AssemblyFolderInfo Constructor

GH_AssemblyFolderInfo Constructor

Initializes a new instance of the GH_AssemblyFolderInfo class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_AssemblyFolderInfo(
	string folder,
	GH_PluginFolderType type
)
Public Sub New ( 
	folder As String,
	type As GH_PluginFolderType
)

Parameters

folder
Type: SystemString
type
Type: Grasshopper.KernelGH_PluginFolderType
See Also