IPluginDataLoaderCheckLoadCompatibility Method
Check if the plugin can load the file
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
int CheckLoadCompatibility(
string relativePath,
string fileContentExcerpt
)
Function CheckLoadCompatibility (
relativePath As String,
fileContentExcerpt As String
) As Integer
int CheckLoadCompatibility(
String^ relativePath,
String^ fileContentExcerpt
)
abstract CheckLoadCompatibility :
relativePath : string *
fileContentExcerpt : string -> int
- relativePath String
- fileContentExcerpt String
Int32