Add |
public class AddInReference : ICloneable
The AddInReference type exposes the following members.
| Name | Description | |
|---|---|---|
| AddInReference(String) | Initializes a new instance of the AddInReference class. | |
| AddInReference(String, Version) | Initializes a new instance of the AddInReference class. | |
| AddInReference(String, Version, Version) | Initializes a new instance of the AddInReference class. |
| Name | Description | |
|---|---|---|
| MaximumVersion | Gets the maximum accepted version. | |
| MinimumVersion | Gets the minimum accepted version. | |
| Name | Gets or sets the add-in name. | |
| RequirePreload | Gets a value indicating whether the referenced add-in must be preloaded. |
| Name | Description | |
|---|---|---|
| Check | Checks whether the reference can be satisfied from the specified add-ins. | |
| Clone | Creates a copy of this reference. | |
| Create | Creates an AddInReference from properties. | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(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. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |