Click or drag to resize

AddInReference Class

Represents a versioned reference to an AddIn. Used by AddInManifest.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsAddInReference

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AddInReference : ICloneable

The AddInReference type exposes the following members.

Constructors
 NameDescription
Public methodAddInReference(String)Initializes a new instance of the AddInReference class
Public methodAddInReference(String, Version)Initializes a new instance of the AddInReference class
Public methodAddInReference(String, Version, Version)Initializes a new instance of the AddInReference class
Top
Properties
Methods
 NameDescription
Public methodCheck 
Public methodClone 
Public methodStatic memberCreate 
Public methodEquals
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also