|
OpenTAP 9.34
API Reference
|
Representation of an assembly including its dependencies. Part of the object model used in the PluginManager. More...
Properties | |
| string | Name [get] |
| The name of the assembly. This is the same as the filename without extension. | |
| string | Location [get] |
| The file from which this assembly can be loaded. The information contained in this AssemblyData object comes from this file. | |
| IEnumerable< object > | Attributes [get] |
| Gets the attributes of this .net assembly. | |
| PluginAssemblyAttribute | PluginAssemblyAttribute [get] |
| PluginAssemblyAttribute decorating assembly, if included | |
| IEnumerable< AssemblyData > | References [get] |
| A list of Assemblies that this Assembly references. | |
| IEnumerable< TypeData > | PluginTypes [get] |
| Gets a list of plugin types that this Assembly defines. | |
| Version | Version = null [get] |
| Gets the version of this Assembly. This will return null if the version cannot be parsed. | |
| SemanticVersion | SemanticVersion [get] |
| Gets the version of this Assembly as a SemanticVersion. Will return null if the version is not well formatted. | |
Properties inherited from OpenTap.ITypeDataSource | |
Representation of an assembly including its dependencies. Part of the object model used in the PluginManager.
OpenTAP 9.34 API built Wed Jul 1 2026 09:21:14