C# 클래스 net.r_eg.IeXod.Tasks.BuildCacheDisposeWrapper

Create a wrapper so that when dispose is called we execute the delegate.
상속: IDisposable
파일 보기 프로젝트 열기: 3F/IeXod

공개 메소드들

메소드 설명
Dispose ( ) : void

IDisposable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clear the caches

비공개 메소드들

메소드 설명
BuildCacheDisposeWrapper ( CallDuringDispose callDuringDispose ) : System

Constructor

메소드 상세

Dispose() 공개 메소드

IDisposable
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Clear the caches
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void