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

AF SDK Reference

PISystem.RemovePlugInAssembly Method

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystem.RemovePlugInAssembly Method
Removes a AFPlugIn assembly from the database.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public void RemovePlugInAssembly(
	Guid assemblyID
)
Public Sub RemovePlugInAssembly ( 
	assemblyID As Guid
)

Dim instance As PISystem
Dim assemblyID As Guid

instance.RemovePlugInAssembly(assemblyID)
public:
void RemovePlugInAssembly(
	Guid assemblyID
)
member RemovePlugInAssembly : 
        assemblyID : Guid -> unit 

Parameters

assemblyID
Type: SystemGuid
The unique identifier of an assembly, obtained from the AFPlugIn.AssemblyID property.

Exceptions

ExceptionCondition
ArgumentNullException This exception is thrown if the assemblyID is Empty.

Remarks

Assemblies and PlugIns already loaded into the application will not be removed from memory. Any support assemblies for the plugin will also be removed.

Version Information

AFSDK


See Also

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