IRecognizeHostSpecific.RequiresProcessingRunIsHostSpecific Property

Definition

Allow a directive processor to specify that it needs the run to be host-specific.

public:
 property bool RequiresProcessingRunIsHostSpecific { bool get(); };
public:
 property bool RequiresProcessingRunIsHostSpecific { bool get(); };
public bool RequiresProcessingRunIsHostSpecific { get; }
member this.RequiresProcessingRunIsHostSpecific : bool
Public ReadOnly Property RequiresProcessingRunIsHostSpecific As Boolean

Property Value

Remarks

If any directive processor in the run sets this to be true then the engine will make the entire run host-specific.

Applies to