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

◆ Verb

string System.Diagnostics.ProcessStartInfo.Verb
getset

Definition at line 145 of file ProcessStartInfo.cs.

146 {
147 get
148 {
149 return _verb ?? string.Empty;
150 }
152 set
153 {
154 _verb = value;
155 }
156 }