다음을 통해 공유


SiloHost.Dispose 메서드

정의

오버로드

Dispose()

이 사일로가 .NET 런타임에 의해 삭제될 때 호출됩니다.

Dispose(Boolean)

삭제/정리 작업을 수행합니다.

Dispose()

이 사일로가 .NET 런타임에 의해 삭제될 때 호출됩니다.

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

구현

적용 대상

Dispose(Boolean)

삭제/정리 작업을 수행합니다.

protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

매개 변수

disposing
Boolean

적용 대상