4 references to CommandLineArgs
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (4)
515
Dim eventArgs As New StartupEventArgs(
CommandLineArgs
)
526
If OnInitialize(
CommandLineArgs
) Then
557
If OnInitialize(
CommandLineArgs
) Then
797
If Not (commandLineArgs.Contains("/nosplash") OrElse Me.
CommandLineArgs
.Contains("-nosplash")) Then