Click or drag to resize

AltaxoImporter Class

Helper class to import an Altaxo project into an already open Altaxo project.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AltaxoProjectsAltaxoImporter

Namespace: Altaxo.Serialization.AltaxoProjects
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class AltaxoImporter : IEquatable<AltaxoImporter>

The AltaxoImporter type exposes the following members.

Constructors
 NameDescription
Public methodAltaxoImporterInitializes a new instance of the AltaxoImporter class
Top
Methods
 NameDescription
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 methodGetFileExtensions Gets the supported file extensions and their description.
Public methodGetProbabilityForBeingThisFileFormat Determines the probability that the specified file or directory is an Altaxo project.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also