The
@ character means "don't allow escaping in the following string literal." You don't need it for "C:/" as it uses a forward-slash not a backslash, but, for example, these strings are syntactically equivalent:
"C:\\Program Files\\Developer\\Application\\Run.exe"
@"C:\Program Files\Developer\Application\Run.exe"