Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  Grasshopper.KernelGH_AssemblyInfo
    Grasshopper.KernelGH_AssemblyInfoStub

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class GH_AssemblyInfoStub : GH_AssemblyInfo

The GH_AssemblyInfoStub type exposes the following members.

Constructors
  NameDescription
Public methodGH_AssemblyInfoStub
Initializes a new instance of the GH_AssemblyInfoStub class
Top
Properties
  NameDescription
Public propertyAssembly
Gets the actual assembly that this info object describes.
(Inherited from GH_AssemblyInfo.)
Public propertyAssemblyDescription (Overrides GH_AssemblyInfo.AssemblyDescription.)
Public propertyAssemblyIcon (Overrides GH_AssemblyInfo.AssemblyIcon.)
Public propertyAssemblyName (Overrides GH_AssemblyInfo.AssemblyName.)
Public propertyAssemblyVersion (Overrides GH_AssemblyInfo.AssemblyVersion.)
Public propertyAuthorContact (Overrides GH_AssemblyInfoAuthorContact.)
Public propertyAuthorName (Overrides GH_AssemblyInfoAuthorName.)
Public propertyDescription
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.)
Public propertyIcon
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.)
Public propertyId (Overrides GH_AssemblyInfoId.)
Public propertyIsCoreLibrary
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.)
Public propertyLicense
Gets the license type for this assembly.
(Inherited from GH_AssemblyInfo.)
Public propertyLoadingMechanism
Gets the mechanism used to load this assembly.
(Inherited from GH_AssemblyInfo.)
Public propertyLocation
Gets the location this assembly was loaded from.
(Inherited from GH_AssemblyInfo.)
Public propertyName
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.)
Public propertyVersion
Gets the version code for this assembly.
(Inherited from GH_AssemblyInfo.)
Top
See Also