PexArgumentFromFilesAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PexArgumentFromFilesAttribute(String[]) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentFromFilesAttribute(String, String, SearchOption) |
Initializes a new instance of the PexArgumentsAttribute class. |
PexArgumentFromFilesAttribute(String[])
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentFromFilesAttribute(... cli::array <System::String ^> ^ fileNames);
public PexArgumentFromFilesAttribute (params string[] fileNames);
new Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromFilesAttribute : string[] -> Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromFilesAttribute
Public Sub New (ParamArray fileNames As String())
Parameters
- fileNames
- String[]
The file names.
Applies to
PexArgumentFromFilesAttribute(String, String, SearchOption)
Initializes a new instance of the PexArgumentsAttribute class.
public:
PexArgumentFromFilesAttribute(System::String ^ path, System::String ^ searchPattern, System::IO::SearchOption searchOption);
public PexArgumentFromFilesAttribute (string path, string searchPattern, System.IO.SearchOption searchOption);
new Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromFilesAttribute : string * string * System.IO.SearchOption -> Microsoft.Pex.Framework.InputEnumeration.PexArgumentFromFilesAttribute
Public Sub New (path As String, searchPattern As String, searchOption As SearchOption)
Parameters
- path
- String
The path.
- searchPattern
- String
The search pattern.
- searchOption
- SearchOption
The search option.