SPICE3ExtensionsDump(CommandList, String, IEnumerableCommandCode) Method |
Dumps the list content into text files located at path.
Namespace: RAYLASE.MarkerPluginAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic static void Dump(
this CommandList list,
string path,
IEnumerable<CommandCode> filter
)
Parameters
- list CommandList
- List to dump.
- path String
- Path of text file.
- filter IEnumerableCommandCode
- List of commands to dump.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CommandList. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also