IFileDataLoadAsync Method

Loads the file content to the Memorystream

Definition

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

Parameters

stream  MemoryStream
workingDlg  PCBIWorkingDialog

Return Value

TaskString
Error Message or empty String

See Also