DynamicExecuteCode Property | MSBuild Extension Pack Help 4.0.12.0 |
The actual method code for dynamic execution.
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks
This is a required parameter for the Define and Run task actions.
This code is treated as a method body when compiled. The method does not return a value; rather, outputs are passed as reference parameters to the method.
See Also