PowerTools PlusPak for Windows Forms 8.0J
Dispose(Boolean) メソッド

マネージリソースとアンマネージリソースを両方とも解放する場合はtrue、アンマネージリソースのみを解放する場合はfalse
GcGroupBoxControlBaseによって使用されているアンマネージリソースを解放し、オプションでマネージリソースも解放します。
構文
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
protected override void Dispose( 
   bool disposing
)

パラメータ

disposing
マネージリソースとアンマネージリソースを両方とも解放する場合はtrue、アンマネージリソースのみを解放する場合はfalse
解説
このメソッドは、パブリックDispose(Boolean)メソッドとSystem.Object.Finalizeメソッドによって呼び出されます。Dispose(Boolean)は、disposingパラメーターをtrueに設定してプロテクトDispose(Boolean)メソッドを呼び出します。System.Object.Finalizeは、disposingをfalseに設定してDispose(Boolean)を呼び出します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcGroupBoxControlBase クラス
GcGroupBoxControlBase メンバ
オーバーロード一覧

Send Feedback