EventLogWatcher.Dispose 方法

定义

释放此对象使用的资源。

重载

Dispose()

释放此对象使用的所有资源。

Dispose(Boolean)

释放此对象使用的非托管资源,并可以选择释放托管资源。

Dispose()

Source:
EventLogWatcher.cs
Source:
EventLogWatcher.cs
Source:
EventLogWatcher.cs

释放此对象使用的所有资源。

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

实现

另请参阅

适用于

Dispose(Boolean)

Source:
EventLogWatcher.cs
Source:
EventLogWatcher.cs
Source:
EventLogWatcher.cs

释放此对象使用的非托管资源,并可以选择释放托管资源。

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;若仅释放非托管资源,则为 false

属性

另请参阅

适用于