ISPAssemblyInformation Implemented by SPAssemblyInformation - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

For a class, information about an assembly that contains the class, and an associated application domain (AppDomain), if any exists.

Properties

AssemblyPath

Full path of assembly file. For example, "C:\Program Files\SmartPlant\SmartPlant Client.NET\SP Test Tool\SPCLTestToolPublishDialogCustom.dll".

Data Type

String

TypeName

Full type name for a class. For example, "Intergraph.SPClient.SPCLTestToolWPF.SPCLTestToolPublishDialogCustom".

Data Type

String

ApplicationBase

Full path of the folder where the assembly manager begins probing for assemblies referenced by the class. If ApplicationBase is empty, the folder containing the assembly is used as the application base path. (This property is no longer used.)

Data Type

String

PrivateBinPath

Semicolon-separated list of full paths of folders to be probed for assemblies referenced by the class. A path is ignored if it is not under ApplicationBase. (This property is no longer used.)

Data Type

String

ProbeApplicationBase

Whether to include ApplicationBase among the folders to be probed for assemblies referenced by the class. (This property is no longer used.)

Data Type

Boolean