IFileObject interface.InspectFile Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Inspects the file.

void InspectFile(InspectFileParts parts, InspectFileOutput output, Int32& ErrorCount, AdgObserver observer)

Inspects the file.

void InspectFile(InspectFileParts parts, InspectFileOutput output, Int32& ErrorCount, AdgObserver observer)

Parameters

Type Parameter name Description
InspectFileParts parts The parts of the file to inspect.
InspectFileOutput output The output of the inspection.
Int32& ErrorCount The number of errors found during the inspection.
AdgObserver observer The observer to use during the inspection.

See Also