Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HasArgumentList

bool System.Diagnostics.ProcessStartInfo.HasArgumentList
getpackage

Definition at line 51 of file ProcessStartInfo.cs.

52 {
53 get
54 {
55 if (_argumentList != null)
56 {
57 return _argumentList.Count != 0;
58 }
59 return false;
60 }
61 }

Referenced by System.Diagnostics.ProcessStartInfo.BuildArguments().