The ParserThread type exposes the following members.

Constructors

NameDescription
Public methodParserThread
コンストラクタ

Methods

NameDescription
Public methodAbort
スレッドの中断
Public methodClone
自身のクローン生成 (ICloneable)
Public methodCopyFrom
インスタンスの複製 (FVIL.IFviCopyable)
Public methodDispose
IDispose: リソースの解放
Public methodEquals
インスタンスの比較
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
デストラクタ
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
ハッシュコードの取得
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodOnNotify
通知イベントの発行
Public methodSetup
初期化
Public methodStart()()()()
スレッドの開始
Public methodStart(Int32)
スレッドの開始
Public methodStop
スレッドの停止
Protected methodThread_DoWork
スレッド: 作業
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Properties

NameDescription
Public propertyIsBusy
スレッドの実行状態
Public propertyIsSetuped
初期化状態
Public propertyParserInfo
画像処理アプリケーション構成情報
Public propertyParserNode
画像処理クラス
Public propertyThread
スレッド
Public propertyThreadLoopCount
スレッドの繰り返し回数 [初期値:0、範囲:0~]
Public propertyThreadLoopMax
スレッドの繰り返し上限 [初期値:0、範囲:0=無限, 1~=有限]
Protected propertyThreadOrder
スレッドへの要求

Events

NameDescription
Public eventNotify
通知イベント

See Also