Summary
Defines how to deal with backslashes in values of command line
arguments.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Util - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["BackslashProcessingMethod"]
class Type type-node
Syntax
public enum BackslashProcessingMethod
Fields
Name | Constant Value | Summary |
---|---|---|
Clean | 3 |
Removes all the trailing backslashes.
static
|
Duplicate | 1 |
Duplicates the trailing backslash.
static
|
Fix | 2 |
Fixes the trailing backslash by replaces trailing double backslashes
with only one backslash and removing single trailing backslashes.
static
|
None | 0 |
Does not perform any processing on backslashes.
static
|