Free Method

void Free()

Summary

This method frees any memory associated with a the network interface list previously obtained using the GetInterfaces Method. This is done automatically if the GetInterfaces Method is called again later, but note that you must call Free on any Eth32ConfigPlugin objects in the same application process (if they have called the GetInterfaces Method) before loading a different plugin with the Load Method.

Parameters

This method does not have any parameters.

Return Value

This method does not return a value.

See Also

GetInterfaces Method