MethodData.Dispose Method

Definition

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.

Applies to