Method LoadData
LoadData(string)
Loads breakpoints content from the specified file.
public static BreakpointsData LoadData(string fileName)
Parameters
fileName
stringName of the file to load.
Returns
- BreakpointsData
BreakpointsData if succeed; otherwise BreakpointsData.Default.
LoadData(Stream)
Loads breakpoints content from the specified stream.
public static BreakpointsData LoadData(Stream stream)
Parameters
stream
StreamThe Stream object to load content.
Returns
- BreakpointsData
BreakpointsData if succeed; otherwise BreakpointsData.Default.