Skip to content

PlugInInfo

Public Class

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

Returns the address of the organization or company that created the plug-in.


Public Property

Returns a plug-in’s English command names.


Public Property

Returns the country of the organization or company that created the plug-in.


Public Property

Returns the plug-in’s description.


Public Property

Returns the email address of the organization or company that created the plug-in.


Public Property

Returns the fax number of the organization or company that created the plug-in.


Public Property

Returns the plug-in’s file name.


Public Property

Returns the description of supported file types for file import and file export plug-in.


Public Property

Returns the file types extensions supported for file import and file export plug-in.


Public Property

Returns the plug-in’s Id.


Public Property

Returns true if the plug-in is based on .NET, false otherwise.


Public Property

Returns true if the plug-in is loaded, false otherwise.


Public Property

Returns the plug-in’s name.


Public Property

Returns the organization or company that created the plug-in.


Public Property

Returns the phone number of the organization or company that created the plug-in.


Public Property

Returns the plug-in’s load time.


Public Property

Returns the plug-in type.


Public Property

Returns the plug-in’s Windows Registry path.


Public Property

Returns true if the plug-in ships with Rhino, false otherwise.


Public Property

Returns the web site, or URL, were an updated version of the plug-in can be found.


Public Property

Returns the plug-in’s version.


Public Property

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

Returns the plug-in’s icon in bitmap form.


Public Method

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.)