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


マネージリソースとアンマネージリソースを両方とも解放する場合はTrue、アンマネージリソースのみを解放する場合はFalse
アンマネージリソースを解放します。オプションで、マネージリソースを解放することもできます。
構文
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'使用法
 
Dim instance As CellRangeSegmentData
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)

パラメータ

disposing
マネージリソースとアンマネージリソースを両方とも解放する場合はTrue、アンマネージリソースのみを解放する場合はFalse
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.