Grasshopper API
GH_AssemblyInfoStub Class |
Provides basic properties for a GHA assembly that does not expose a type that derives from GH_AssemblyInfo.
This type is created automatically when a GH_AssemblyInfo type is not found in an assembly.

Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

The GH_AssemblyInfoStub type exposes the following members.

Name | Description | |
---|---|---|
![]() | GH_AssemblyInfoStub | Initializes a new instance of the GH_AssemblyInfoStub class |

Name | Description | |
---|---|---|
![]() | Assembly |
Gets the actual assembly that this info object describes.
(Inherited from GH_AssemblyInfo.) |
![]() | AssemblyDescription | (Inherited from GH_AssemblyInfo.) |
![]() | AssemblyIcon | (Inherited from GH_AssemblyInfo.) |
![]() | AssemblyLicense | (Inherited from GH_AssemblyInfo.) |
![]() | AssemblyName | (Overrides GH_AssemblyInfoAssemblyName.) |
![]() | AssemblyVersion | (Overrides GH_AssemblyInfoAssemblyVersion.) |
![]() | AuthorContact |
Gets the contact information for the author. This can be email, phone, fax, address or all of the above.
Return null if you do not wish to associate contact details with this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | AuthorName |
Gets the name of the individual/company/organisation that is responsible for this assembly.
Return null if you do not wish to associate an author with this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | Description |
Gets the human readable description of this assembly.
Return null if you do not wish to associate a description with this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | Icon |
Gets a 24x24 icon that represents this assembly.
Return null if you do not wish to associate an icon with this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | Id |
Gets the Id of this assembly. By default the Id is a hash of the name.
(Inherited from GH_AssemblyInfo.) |
![]() | IsCoreLibrary |
Gets whether this library is a Grasshopper core library.
Core libraries are installed along with Grasshopper and thus
should always be available anywhere.
(Inherited from GH_AssemblyInfo.) |
![]() | License |
Gets the license type for this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | LoadingMechanism |
Gets the mechanism used to load this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | Location |
Gets the location this assembly was loaded from.
(Inherited from GH_AssemblyInfo.) |
![]() | Name |
Gets the human readable name of this assembly.
Return null if you do not wish to associate a name with this assembly.
(Inherited from GH_AssemblyInfo.) |
![]() | Version |
Gets the version code for this assembly.
(Inherited from GH_AssemblyInfo.) |
