AFPlugIn Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFPlugIn type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AssemblyFileName |
Read-only property that provides the original file name of the assembly containing the plugin.
| |
| AssemblyID |
Read-only property that provides a unique identifier for the assembly containing the plugin.
| |
| AssemblyLoadProperties |
Read-only property that specifies the properties for loading the assembly containing the plugin.
| |
| AssemblyTime |
Read-only property that provides the timestamp of the assembly containing the plugin.
| |
| CompatibilityVersion |
The compatibility version number of the plugin.
| |
| Description |
Read-only property that provides more detailed description of the object.
| |
| ID |
Read-only property that provides a unique identifier for the object to be used for
quick access that is not dependent upon the index.
(Inherited from AFObject.) | |
| Identity |
This read-only property contains identity of the object.
(Inherited from AFObject.) | |
| IsBrowsable |
Specifies whether a plugin should be displayed in client applications.
| |
| IsDeleted |
This read-only property indicates whether the object has been deleted.
(Inherited from AFObject.) | |
| IsNonEditableConfig |
Specifies whether a plugin's configuration should be allowed to be modified in client applications.
| |
| LoadedAssemblyTime |
Read-only property that provides the timestamp of the loaded assembly containing the plugin.
| |
| LoadedVersion |
Read-only property that contains a string that uniquely identifies the
loaded plugin version, as determined from its assembly.
| |
| Name |
Read-only property that identifies the name of the object.
| |
| PISystem |
This read-only property allows access to the PISystem associated with this
object.
(Inherited from AFObject.) | |
| SupportAssemblies |
The collection of support assemblies for the AFPlugIn.
| |
| UniqueID |
Read-only property that provides the object's ID as a String.
(Inherited from AFObject.) | |
| Version |
Read-only property that contains a string that uniquely identifies the
plugin version, as determined from its assembly.
|
See Also
In This Topic
Related Links
- AssemblyFileName Property
- AssemblyID Property
- AssemblyLoadProperties Property
- AssemblyTime Property
- CompatibilityVersion Property
- Description Property
- IsBrowsable Property
- IsNonEditableConfig Property
- LoadedAssemblyTime Property
- LoadedVersion Property
- Name Property
- SupportAssemblies Property
- Version Property