The methods of the ArgumentUtils class are listed below. For a complete list of ArgumentUtils class members, see the ArgumentUtils Members topic.
![]() ![]() | Removes all the trailing backslashes from the input. |
![]() ![]() | Duplicates the trailing backslash. |
![]() ![]() | Fixes the trailing backslash. This function replaces the trailing double backslashes with only one backslash. It also, removes the single trailing backslash. |
![]() ![]() | Performs backslash processing on the specified value using a given method. |
![]() ![]() | Quotes an argument value and processes backslashes using a given BackslashProcessingMethod. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ArgumentUtils Class | NAnt.VisualCpp.Util Namespace