IRecognizeHostSpecific Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(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. |