Microsoft.Zing.CreateProcessEvent.ToString C# (CSharp) Méthode

ToString() public méthode

Formats the event showing the names of the new process and its parent.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return string.Format(CultureInfo.CurrentUICulture, "CreateProcess - process='{0}', child='{1}'", this.ProcName, this.newProcName);
        }