Click or drag to resize

AddIn Class

[Missing <summary> documentation for "T:Altaxo.AddInItems.AddIn"]

Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsAddIn

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

The AddIn type exposes the following members.

Properties
 NameDescription
Public propertyAction Action to execute when the application is restarted.
Public propertyAddInTree Gets the parent AddIn-Tree that contains this AddIn.
Public propertyBitmapResources 
Public propertyCustomErrorMessage Gets the message of a custom load error. Used only when AddInAction is set to CustomError. Settings this property to a non-null value causes Enabled to be set to false and Action to be set to AddInAction.CustomError.
Public propertyEnabled 
Public propertyFileName 
Public propertyIsPreinstalled Gets whether the AddIn is a preinstalled component of the host application.
Public propertyManifest 
Public propertyName 
Public propertyPaths 
Public propertyProperties 
Public propertyRuntimes 
Public propertyStringResources 
Public propertyVersion 
Top
Methods
 NameDescription
Public methodCreateObject 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFindType 
Public methodGetExtensionPath 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetManifestResourceStream 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoad(IAddInTree, String, XmlNameTable) 
Public methodStatic memberLoad(IAddInTree, TextReader, String, XmlNameTable) 
Public methodLoadRuntimeAssemblies 
Public methodToString
(Overrides ObjectToString)
Top
See Also