DynamicExecute Properties

MSBuild Extension Pack

DynamicExecute Properties MSBuild Extension Pack Help 4.0.12.0

The DynamicExecute type exposes the following members.

Properties

  Name Description
Public property ClosureId
The identifier of the closure instance.
Public property Code
The actual method code for dynamic execution.
Public property Input1
The value for the first input parameter.
Public property Input2
The value for the second input parameter.
Public property Input3
The value for the third input parameter.
Public property Inputs
Specifies the inputs for Code. Each input has a type and a name.
Public property InputValue
The value to set.
Public property MethodId
The identifier of the method definition.
Public property Name
The name of the input argument to set, or the output argument to retrieve.
Public property NoDefaultParameters
Specifies to not define the default parameters for Code.
Public property NoDefaultReferences
Specifies to not include the default references for Code.
Public property NoDefaultUsingNamespaces
Specifies to not include the default "using namespaces" for Code.
Public property Output1
The value of the first closure output.
Public property Output2
The value of the second closure output.
Public property Output3
The value of the third closure output.
Public property OutputClosureId
The ID of a closure instance.
Public property OutputMethodId
The ID of a defined method.
Public property Outputs
Specifies the outputs for Code. Each output has a type and a name.
Public property OutputValue
The value of a closure output.
Public property References
Specifies additional references for Code.
Public property UsingNamespaces
Specifies additional "using namespaces" for Code. These are namespaces that are brought into the code's scope.
Top
See Also

Reference