Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PISystem.RemovePlugInSupportAssembly Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystem.RemovePlugInSupportAssembly Method
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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in