EventLogWatcher.Dispose 方法

定义

释放此对象使用的资源。Releases the resources used by this object.

重载

Dispose()

释放此对象使用的所有资源。Releases all the resources used by this object.

Dispose(Boolean)

释放此对象使用的非托管资源,并可以选择释放托管资源。Releases the unmanaged resources used by this object, and optionally releases the managed resources.

Dispose()

释放此对象使用的所有资源。Releases all the resources used by this object.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

实现

适用于

Dispose(Boolean)

释放此对象使用的非托管资源,并可以选择释放托管资源。Releases the unmanaged resources used by this object, and optionally releases the managed resources.

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

若要释放托管资源和非托管资源,则为 true;若仅释放非托管资源,则为 falsetrue to release both managed and unmanaged resources; false to release only unmanaged resources.

属性

适用于