MESCIUS SPREAD for Windows Forms 17.0J
Dispose(Boolean) メソッド

マネージドリソースとアンマネージドリソースの両方を解放するのは本当です。 管理されていないリソースのみを解放する場合はfalse。
このコントロールと子コントロールが使用しているアンマネージリソースを解放します。オプションで、マネージリソースも解放します。
構文
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
protected override void Dispose( 
   bool disposing
)

パラメータ

disposing
マネージドリソースとアンマネージドリソースの両方を解放するのは本当です。 管理されていないリソースのみを解放する場合はfalse。
解説
<see cref="T:System.Windows.Forms.Control" />の使用が終わったら、<see cref="M:GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Dispose(System.Boolean)" />を呼び出します。<b>Dispose</b>メソッドは、<see cref="T:System.Windows.Forms.Control" nolink="true" />を使用できない状態にします。<see cref="M:GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Dispose(System.Boolean)" nolink="true" />を呼び出した後で、<see cref="T:System.Windows.Forms.Control" nolink="true" />へのすべての参照を解放し、<see cref="T:System.Windows.Forms.Control" nolink="true" />によって占有されていたメモリをガベージコレクターがクリアできるようにする必要があります。
参照

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

 

 


© MESCIUS inc. All rights reserved.