Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string ArgsToCmdExeLine(params string[])

Declaration

public static string ArgsToCmdExeLine(
    params string[] args
)

Summary

Escapes the arguments (while skipping nulls) for use with cmd.exe. The first argument is escaped as a filepath to an executable or a script, and the rest as arguments.