GenerateResource.ExecuteAsTool Property

Definition

Property to allow multitargeting of ResolveComReferences: If true, tlbimp.exe and aximp.exe from the appropriate target framework will be run out-of-proc to generate the necessary wrapper assemblies.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool ExecuteAsTool { bool get(); void set(bool value); };
public bool ExecuteAsTool { get; set; }
member this.ExecuteAsTool : bool with get, set
Public Property ExecuteAsTool As Boolean

Property Value

Boolean

Applies to