OpenTAP 9.25
API Reference
Public Member Functions | Properties | List of all members
OpenTap.Package.PackageFile Class Reference

Information about a file in a package. More...

Public Member Functions

 PackageFile ()
 Creates a new instance of PackageFile.
 

Properties

string?? FileName [getset]
 The location of this file.
 
string SourcePath [getset]
 Source of the file. Can be different from RelativeDestinationPath.
 
string RelativeDestinationPath [getset]
 Relative location of file ( to OpenTAP folder).
 
List< PluginFilePlugins [getset]
 The contained plugin types.
 
List< string > IgnoredDependencies [getset]
 Dependencies to ignore. This should contain a list of assembly names.
 
List< ICustomPackageDataCustomData [getset]
 Custom data meant for consumption by ICustomPackageAction plugins.
 
string LicenseRequired = "" [getset]
 License required by the plugin file.
 

Detailed Description

Information about a file in a package.

OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25