Click or drag to resize

PrtImplMachine Constructor (StateImpl, Int32, Boolean)

Initializes a new instance of the PrtImplMachine class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtImplMachine(
	StateImpl app,
	int maxBuff,
	bool assume
)

Parameters

app
Type: P.RuntimeStateImpl

[Missing <param name="app"/> documentation for "M:P.Runtime.PrtImplMachine.#ctor(P.Runtime.StateImpl,System.Int32,System.Boolean)"]

maxBuff
Type: SystemInt32

[Missing <param name="maxBuff"/> documentation for "M:P.Runtime.PrtImplMachine.#ctor(P.Runtime.StateImpl,System.Int32,System.Boolean)"]

assume
Type: SystemBoolean

[Missing <param name="assume"/> documentation for "M:P.Runtime.PrtImplMachine.#ctor(P.Runtime.StateImpl,System.Int32,System.Boolean)"]

See Also