IceValidationConfig Constructor¶
Constructor of the ICE validation configuration class.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public IceValidationConfig(
string cub,
string validatorExe,
string validatorArguments
)
VB¶
Public Sub New (
cub As String,
validatorExe As String,
validatorArguments As String
)
Parameters¶
- cub
- Type: System.String
This specifies the cub-file to be used. See ValidatorArguments. - validatorExe
- Type: System.String
Specifies to tool that will do the validation. - validatorArguments
- Type: System.String
Specifies the arguments to be passed to the validatorExe on its command line.