다음을 통해 공유


ExportLifetimeContext<T>.Dispose 메서드

정의

관련된 내보내기를 포함하여 ExportLifetimeContext<T> 클래스의 현재 인스턴스에서 사용하는 모든 리소스를 해제합니다.

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

구현

설명

호출을 Dispose 메서드를 ExportLifetimeContext<T> 개체가 관련된 된 내보내기를 해제 하려면 참조 된 메서드를 호출 합니다.

Dispose 사용을 마치면 ExportLifetimeContext<T>를 호출합니다. Dispose 메서드를 사용하면 ExportLifetimeContext<T>를 사용할 수 없게 됩니다. 호출한 후 Dispose에 대 한 모든 참조를 해제 해야 합니다 ExportLifetimeContext<T> 가비지 수집기에서 메모리를 회수할 수 있도록 하는 ExportLifetimeContext<T> 차지한 합니다.

자세한 내용은 관리 되지 않는 리소스 정리 하 고 Dispose 메서드 구현합니다.

참고

Dispose에 대한 마지막 참조를 해제하기 전에 반드시 ExportLifetimeContext<T>를 호출하십시오. 이렇게 하지 않으면 가비지 수집기가 ExportLifetimeContext<T> 개체의 Finalize 메서드를 호출할 때까지 사용 중인 리소스가 해제되지 않습니다.

적용 대상