Table of Contents

Method FromFile

Namespace
Skyline.AppInstaller.ContentParser
Assembly
Skyline.DataMiner.Core.AppPackageInstaller.dll

FromFile(FileInfo)

Obtain a ParsedDmaProtocolPackage from a file.

public static ParsedDmaProtocolPackage FromFile(FileInfo fileInfo)

Parameters

fileInfo FileInfo

FileInfo object representation of the file.

Returns

ParsedDmaProtocolPackage

A new instance.