ISPAssemblyInformation Implemented by SPAssemblyInformation - HxGN SDx - Update 64 - Customization & Programming - Hexagon

HxGN SDx Programming Guide

ft:locale
en-US
Product
HxGN SDx
Search by Category
Customization & Programming

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