Click or drag to resize

StateImplCreateInterface Method

[Missing <summary> documentation for "M:P.Runtime.StateImpl.CreateInterface(P.Runtime.PrtMachine,System.String,P.Runtime.PrtValue)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtInterfaceValue CreateInterface(
	PrtMachine currMach,
	string interfaceOrMachineName,
	PrtValue payload
)

Parameters

currMach
Type: P.RuntimePrtMachine

[Missing <param name="currMach"/> documentation for "M:P.Runtime.StateImpl.CreateInterface(P.Runtime.PrtMachine,System.String,P.Runtime.PrtValue)"]

interfaceOrMachineName
Type: SystemString

[Missing <param name="interfaceOrMachineName"/> documentation for "M:P.Runtime.StateImpl.CreateInterface(P.Runtime.PrtMachine,System.String,P.Runtime.PrtValue)"]

payload
Type: P.RuntimePrtValue

[Missing <param name="payload"/> documentation for "M:P.Runtime.StateImpl.CreateInterface(P.Runtime.PrtMachine,System.String,P.Runtime.PrtValue)"]

Return Value

Type: PrtInterfaceValue

[Missing <returns> documentation for "M:P.Runtime.StateImpl.CreateInterface(P.Runtime.PrtMachine,System.String,P.Runtime.PrtValue)"]

See Also