Dsl (Digital Simulation Library) for .Net
計算実行前に呼ばれる delegate です。 DeterminateOrder()Run()が実行直前に呼び出します。 どちらのメソッドから呼び出されたかは ExecutionStatus で区別できます。

名前空間: Dsl
アッセンブリー: Dsl (in Dsl.dll)

構文

C#
public Processor..::..AtBeforeComputation BeforeComputation { get; set; }
Visual Basic
Public Property BeforeComputation As Processor..::..AtBeforeComputation
	Get
	Set
Visual C++
public:
property Processor..::..AtBeforeComputation^ BeforeComputation {
	Processor..::..AtBeforeComputation^ get ();
	void set (Processor..::..AtBeforeComputation^ value);
}

Property Value

タイプ: Processor..::..AtBeforeComputation

参照