Click or drag to resize

PrtFunExecute Method

[Missing <summary> documentation for "M:P.Runtime.PrtFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void Execute(
	StateImpl application,
	PrtMachine parent
)

Parameters

application
Type: P.RuntimeStateImpl

[Missing <param name="application"/> documentation for "M:P.Runtime.PrtFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]

parent
Type: P.RuntimePrtMachine

[Missing <param name="parent"/> documentation for "M:P.Runtime.PrtFun.Execute(P.Runtime.StateImpl,P.Runtime.PrtMachine)"]

See Also