PlugInInfo
Contains detailed information about a Rhino plug-in.
Inheritance Hierarchy
System.Object
Rhino.PlugIns.PlugInInfo
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class PlugInInfo
The PlugInInfo type exposes the following members.
Properties
Name
Description
Public Property
Address
Returns the address of the organization or company that created the plug-in.
Public Property
CommandNames
Returns a plug-in’s English command names.
Public Property
Country
Returns the country of the organization or company that created the plug-in.
Public Property
Description
Returns the plug-in’s description.
Public Property
Returns the email address of the organization or company that created the plug-in.
Public Property
Fax
Returns the fax number of the organization or company that created the plug-in.
Public Property
FileName
Returns the plug-in’s file name.
Public Property
FileTypeDescriptions
Returns the description of supported file types for file import and file export plug-in.
Public Property
FileTypeExtensions
Returns the file types extensions supported for file import and file export plug-in.
Public Property
Id
Returns the plug-in’s Id.
Public Property
IsDotNet
Returns true if the plug-in is based on .NET, false otherwise.
Public Property
IsLoaded
Returns true if the plug-in is loaded, false otherwise.
Public Property
Name
Returns the plug-in’s name.
Public Property
Organization
Returns the organization or company that created the plug-in.
Public Property
Phone
Returns the phone number of the organization or company that created the plug-in.
Public Property
PlugInLoadTime
Returns the plug-in’s load time.
Public Property
PlugInType
Returns the plug-in type.
Public Property
RegistryPath
Returns the plug-in’s Windows Registry path.
Public Property
ShipsWithRhino
Returns true if the plug-in ships with Rhino, false otherwise.
Public Property
UpdateUrl
Returns the web site, or URL, were an updated version of the plug-in can be found.
Public Property
Version
Returns the plug-in’s version.
Public Property
WebSite
Returns the web site, or URL, of the organization or company that created the plug-in.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
Icon
Returns the plug-in’s icon in bitmap form.
Public Method
IsLoadProtected
Returns the load protection state for a plug-in
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)