Click or drag to resize
FileOperations Class
Distributed Algorithm Simulator
Static class offering file read/write operations tailored to Distributed Algorithm Simulator.
Inheritance Hierarchy
SystemObject
  DistributedAlgorithmSimulatorFileOperations

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class FileOperations

The FileOperations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadCSVFile
Reads a CSV file and store values in a list of integers.
Public methodStatic memberSaveToFile
Opens a SaveFileDialog to allow user to save the file.
Top
See Also