次の方法で共有


EventLogRecord.Dispose(Boolean) メソッド

定義

このオブジェクトに使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

パラメーター

disposing
Boolean

マネージド リソースとアンマネージド リソースの両方を解放する場合は true。アンマネージド リソースだけを解放する場合は false

属性

適用対象

こちらもご覧ください