IPluginDataLoaderLoadData(IFileData, String) Method

Load the data from the file

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPCBIWindowLoadInformation LoadData(
	IFileData fileData,
	out string errorOrWarning
)

Parameters

fileData  IFileData
errorOrWarning  String

Return Value

IPCBIWindowLoadInformation

See Also