4 references to GetCommandLineArgs
PresentationFramework (1)
src\Framework\System\Windows\StartupEventArgs.cs (1)
72
string[] args = Environment.
GetCommandLineArgs
();
System (1)
compmod\system\diagnostics\TraceInternal.cs (1)
62
appName = Path.GetFileName(Environment.
GetCommandLineArgs
()[0]);
System.Net (1)
net\PeerToPeer\Collaboration\Peer.cs (1)
298
string[] argsArray = Environment.
GetCommandLineArgs
();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1448
String[] arguments = Environment.
GetCommandLineArgs
();