Method Dispose
Dispose()
Destroys this ArConfig and sets the underlying native pointer to null
.
Declaration
public void Dispose()
Implements
Remarks
You should only dispose an ArConfig if you explicitly created it, e.g., by calling ArConfig(ArSession). If you convert an existing config from an IntPtr (e.g., by calling FromIntPtr(IntPtr)), then you should not dispose it.