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