NDesk.Options Namespace > OptionSet Class : GetOptionParts Method |
'Declaration
Protected Function GetOptionParts( _ ByVal argument As System.String, _ ByRef flag As System.String, _ ByRef name As System.String, _ ByRef sep As System.String, _ ByRef value As System.String _ ) As System.Boolean
'Usage
Dim instance As OptionSet Dim argument As System.String Dim flag As System.String Dim name As System.String Dim sep As System.String Dim value As System.String Dim value As System.Boolean value = instance.GetOptionParts(argument, flag, name, sep, value)
protected System.bool GetOptionParts( System.string argument, out System.string flag, out System.string name, out System.string sep, out System.string value )
protected function GetOptionParts( argument: System.String; Out flag: System.String; Out name: System.String; Out sep: System.String; Out value: System.String ): System.Boolean;
protected function GetOptionParts( argument : System.String, flag : System.String, name : System.String, sep : System.String, value : System.String ) : System.boolean;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2