Class Exporter
Base class for all exporters.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Exporters
Assembly: SpiceSharpParser.dll
Syntax
public abstract class Exporter
Methods
| Improve this Doc View SourceCreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)
Creates a new export.
Declaration
public abstract Export CreateExport(string name, string type, ParameterCollection parameters, EvaluationContext context, ISpiceNetlistCaseSensitivitySettings caseSettings)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of export. |
System.String | type | A type of export. |
ParameterCollection | parameters | A parameters of export. |
EvaluationContext | context | Expression context. |
ISpiceNetlistCaseSensitivitySettings | caseSettings | Case settings. |
Returns
Type | Description |
---|---|
Export | A new export. |