IRecognizeHostSpecific Interface

Definition

(Optional) interface that DirectiveProcessors can implement if they care about the value of the HostSpecific flag when they are generating code.

public interface class IRecognizeHostSpecific
public interface class IRecognizeHostSpecific
__interface IRecognizeHostSpecific
public interface IRecognizeHostSpecific
type IRecognizeHostSpecific = interface
Public Interface IRecognizeHostSpecific
Derived

Remarks

Will be called immediately after Initialize

Properties

RequiresProcessingRunIsHostSpecific

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

Methods

SetProcessingRunIsHostSpecific(Boolean)

Inform the directive processor whether the run is host-specific.

Applies to