C# 클래스 Ninject.Infrastructure.Disposal.DisposableObject

An object that notifies when it is disposed.
상속: INotifyWhenDisposed, IDisposableObject
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( bool disposing ) : void

Releases resources held by the object.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Releases resources held by the object.
public Dispose ( bool disposing ) : void
disposing bool True if called manually, otherwise by GC.
리턴 void