Csc.InitializeHostObject 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.
Returns a host object initialization status value that indicates what the next action should be.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
override Microsoft::Build::Utilities::HostObjectInitializationStatus InitializeHostObject();
protected override Microsoft.Build.Utilities.HostObjectInitializationStatus InitializeHostObject ();
override this.InitializeHostObject : unit -> Microsoft.Build.Utilities.HostObjectInitializationStatus
Protected Overrides Function InitializeHostObject () As HostObjectInitializationStatus
Returns
A host object initialization status value that indicates what the next action should be.
Remarks
This method will get called during execution of this task if a host object was passed to the Csc
task.