'Declaration
Public Overloads Shadows Sub Dispose()
'Usage
Dim instance As PlayCtrl
instance.Dispose()
public new void Dispose()
public:
new void Dispose();
Remarks
Use this method to close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface. By convention, this method is used for all tasks associated with freeing resources held by an object, or preparing an object for reuse.