Class ParsedAppPackage
- Namespace
- Skyline.AppInstaller.ContentParser
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
Represents a parsed DataMiner Application Package.
public class ParsedAppPackage
- Inheritance
-
ParsedAppPackage
- Extension Methods
Constructors
- ParsedAppPackage(string, FileInfo)
Initializes a new instance of the ParsedAppPackage class.
Properties
- FileInfo
Get the reference to the file information.
- Name
Get the name of the app package included in the package.
Methods
- FromFile(FileInfo)
Obtain a ParsedAppPackage from a file.