MethodData.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Frees any allocations made just before the MethodData object is destroyed.
public:
virtual void Dispose();
public:
virtual void Dispose();
virtual void Dispose();
public virtual void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overridable Sub Dispose ()
Implements
Remarks
This method is called just before the MethodData object is destroyed, allowing any resources allocated to be released.
The base method calls the Close method.