Click or drag to resize

Command Class

Represents a SP-ICE-3 command and its parameters.
Inheritance Hierarchy
SystemObject
  RawCommand
    RAYLASE.SPICE3Command

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
[SerializableAttribute]
public class Command : RawCommand, IDisposable, 
	IEquatable<Command>, IPackable, IUnpackable

The Command type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFromString Creates a Command object from its string representation. Both RAYLASE.SPICE3.LegacyCommand and new syntax are accepted.
Public methodToString Retrieves the contents of the Command in string-format.
(Overrides RawCommand.ToString)
Top
See Also