LocalFileDataLoadAsync Method

Load the file and write it in the stream.

Definition

Namespace: PCBI.Plugin
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<string> LoadAsync(
	MemoryStream stream,
	PCBIWorkingDialog workingDlg
)

Parameters

stream  MemoryStream
Stream to read the file content.
workingDlg  PCBIWorkingDialog
Use this working dialog.

Return Value

TaskString
Error message if an error happens.

Implements

IFileDataLoadAsync(MemoryStream, PCBIWorkingDialog)

See Also