Free RCS plugin.
[Visual Basic .NET] |
---|
Public Sub Free() |
[C#] |
---|
public void Free(); |
[Managed C++] |
---|
public: void Free(); |
[Unmanaged C++] |
---|
public: HRESULT Free(); |
[Java] |
---|
public void free(); |
The Free method is called before the plugin is destructed to allow for any freeing of resources. For every call to the %Initialize:AgStkRadar~IAgStkRadarRcsPlugin~Initialize% method there will be a corresponding call to Free.