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; }
public bool ExecuteAsTool { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ExecuteAsTool : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExecuteAsTool : bool with get, set
Public Property ExecuteAsTool As Boolean

Property Value

Attributes

Applies to