EventLogSession.Dispose 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
释放此对象使用的资源。
重载
| Dispose() | 
						 释放此对象使用的所有资源。  | 
        	
| Dispose(Boolean) | 
						 释放此对象使用的非托管资源,并可以选择释放托管资源。  | 
        	
Dispose()
- Source:
 - EventLogSession.cs
 
- Source:
 - EventLogSession.cs
 
- Source:
 - EventLogSession.cs
 
释放此对象使用的所有资源。
public:
 virtual void Dispose();
	public void Dispose ();
	abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
	Public Sub Dispose ()
	实现
另请参阅
适用于
Dispose(Boolean)
- Source:
 - EventLogSession.cs
 
- Source:
 - EventLogSession.cs
 
- Source:
 - EventLogSession.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。
- 属性