CounterSet.Dispose 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放這個物件所使用的資源。
多載
Dispose() |
釋放這個物件使用的所有 Unmanaged 資源。 |
Dispose(Boolean) |
釋放此物件所使用的全部 Unmanaged 資源,並選擇性地釋放 Managed 資源。 |
Dispose()
釋放這個物件使用的所有 Unmanaged 資源。
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
實作
適用於
Dispose(Boolean)
釋放此物件所使用的全部 Unmanaged 資源,並選擇性地釋放 Managed 資源。
protected:
virtual void Dispose(bool disposing);
protected virtual void Dispose (bool disposing);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)
參數
- disposing
- Boolean
如果這是從 Dispose 方法呼叫則為 True
,如果是從完成項呼叫,則為 False
。
- 屬性