ProcessInformationEvent.ProcessCommandLine Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Befehlszeile des Prozesses ab.
public:
property System::String ^ ProcessCommandLine { System::String ^ get(); };
public:
property Platform::String ^ ProcessCommandLine { Platform::String ^ get(); };
public string ProcessCommandLine { get; }
member this.ProcessCommandLine : string
Public ReadOnly Property ProcessCommandLine As String