StateImplCreateMainMachine Method |
[Missing <summary> documentation for "M:P.Runtime.StateImpl.CreateMainMachine(System.String)"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CreateMainMachine(
string mainInterface
)
Public Sub CreateMainMachine (
mainInterface As String
)
public:
void CreateMainMachine(
String^ mainInterface
)
member CreateMainMachine :
mainInterface : string -> unit
Parameters
- mainInterface
- Type: SystemString
[Missing <param name="mainInterface"/> documentation for "M:P.Runtime.StateImpl.CreateMainMachine(System.String)"]
See Also