Visual Basic (Declaration) | |
---|---|
Public Shared Function EscapeArguments( _ ByVal ParamArray args() As String _ ) As String |
Parameters
- args
Exception | Description |
---|---|
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
ArgumentList ClassArgumentList Members
Source Code
Shared/ArgumentList.csUsed By
ServiceCommands.Installation.InstallService(String,String,ServiceStartMode,ServiceAccount,String,String[],ICommandInterpreter,String)String ProcessRunner.ToString()
SvcControlManager.SetServiceExeArgs(String,String[])
SvcControlManager SvcControlManager.Create(String,String,Boolean,ServiceStartMode,String,String[],String,String)