IAutomationXMLDeserializeFromFileT(IFileData, T) Method

Deserialize a xml file with PCBI standard settings.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool XMLDeserializeFromFile<T>(
	IFileData xmlFile,
	ref T deserializedbject
)

Parameters

xmlFile  IFileData
XML file to load from as IFileData object.
deserializedbject  T
Object to deserialize in this class.

Type Parameters

T
Type of deserialized object.

Return Value

Boolean
True if it has worked.

See Also