Csc.CallHostObjectToExecute Method
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.
Compiles the project through the host object.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override bool CallHostObjectToExecute();
protected override bool CallHostObjectToExecute ();
override this.CallHostObjectToExecute : unit -> bool
Protected Overrides Function CallHostObjectToExecute () As Boolean
Returns
true
if compilation succeeded; otherwise, false
.
Remarks
This method will get called during execution if a host object was passed to the Csc
task.