Click or drag to resize

PrtEvent Constructor

Initializes a new instance of the PrtEvent class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtEvent(
	string name,
	PrtType payload,
	int mInstances,
	bool doAssume
)

Parameters

name
Type: SystemString

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

payload
Type: P.RuntimePrtType

[Missing <param name="payload"/> documentation for "M:P.Runtime.PrtEvent.#ctor(System.String,P.Runtime.PrtType,System.Int32,System.Boolean)"]

mInstances
Type: SystemInt32

[Missing <param name="mInstances"/> documentation for "M:P.Runtime.PrtEvent.#ctor(System.String,P.Runtime.PrtType,System.Int32,System.Boolean)"]

doAssume
Type: SystemBoolean

[Missing <param name="doAssume"/> documentation for "M:P.Runtime.PrtEvent.#ctor(System.String,P.Runtime.PrtType,System.Int32,System.Boolean)"]

See Also