FactoryBase Class |
Namespace: Rhino.UI.Controls
The FactoryBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizer
(Overrides ObjectFinalize.) | |
| Get |
Override this method to return a new instance of your class for the given ID
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Register |
Call this function during startup of current assembly to load classes with factory creation support
are registed
| |
| Register(PlugIn) |
Call this function during the startup of your plug-in to ensure that all classes that support factory creation
are registed
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |