Releases all resources used by the System.Windows.Forms.Design.Behavior.BehaviorService.
Call BehaviorService.Dispose when you are finished using the System.Windows.Forms.Design.Behavior.BehaviorService. The BehaviorService.Dispose method leaves the System.Windows.Forms.Design.Behavior.BehaviorService in an unusable state. After calling BehaviorService.Dispose, you must release all references to the System.Windows.Forms.Design.Behavior.BehaviorService so the garbage collector can reclaim the memory that the System.Windows.Forms.Design.Behavior.BehaviorService was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Always call BehaviorService.Dispose before you release your last reference to the System.Windows.Forms.Design.Behavior.BehaviorService. Otherwise, the resources it is using will not be freed until the garbage collector calls the System.Windows.Forms.Design.Behavior.BehaviorService object's Finalize method.