PISystem.RemovePlugInSupportAssembly Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Removes an AFPlugIn support assembly from the database.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void RemovePlugInSupportAssembly( Guid ownerPlugInID, Guid assemblyID )
Public Sub RemovePlugInSupportAssembly ( ownerPlugInID As Guid, assemblyID As Guid ) Dim instance As PISystem Dim ownerPlugInID As Guid Dim assemblyID As Guid instance.RemovePlugInSupportAssembly(ownerPlugInID, assemblyID)
public: void RemovePlugInSupportAssembly( Guid ownerPlugInID, Guid assemblyID )
member RemovePlugInSupportAssembly : ownerPlugInID : Guid * assemblyID : Guid -> unit
Parameters
- ownerPlugInID
- Type: SystemGuid
The unique identifier of the owning AFPlugIn. - assemblyID
- Type: SystemGuid
The unique identifier of the support assembly to be removed, obtained from the AFPlugIn.SupportAssembly.AssemblyID property.
Remarks
Assemblies already loaded into the application will not be removed
from memory.