Click or drag to resize

Spice3CommandList Class

[Missing <summary> documentation for "T:RAYLASE.SPICE3.Spice3CommandList"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCommand
    RAYLASE.SPICE3Spice3CommandList
      RAYLASE.SPICE3.ClientLibCommandList

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public abstract class Spice3CommandList : List<Command>, 
	IDisposable, IEquatable<Spice3CommandList>, IPackable, IUnpackable

The Spice3CommandList type exposes the following members.

Constructors
 NameDescription
Public methodSpice3CommandList 
Top
Properties
 NameDescription
Public propertyExecutionLimit 
Top
Methods
 NameDescription
Public methodAppend(Command) Appends a single command to the end of the list.
Public methodCode exampleAppendT(T) Appends the contents of the specified list to the current list.
Public methodDispose 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(Spice3CommandList) 
Public methodStatic memberFromStringT Creates a Spice3CommandList object from its string representation.
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberLoadT 
Public methodStore 
Public methodToString Retrieves the contents of the Spice3CommandList in string-format.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberMaxPacketSize 
Top
See Also