Csc.InitializeHostObject Method

Definition

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.

Applies to