ExtensionProcessorType Enumeration

Indicates how a health check will be performed for a security component. The health check can be performed with a user-defined object or with a PowerShell script.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public Enumeration ExtensionProcessorType
public enum ExtensionProcessorType
public enum class ExtensionProcessorType
public enum ExtensionProcessorType
public enum ExtensionProcessorType

Members

Member name Description
Binary Indicates that a user-defined object will be used to perform the health check of a security component.
PowerShell Indicates that a PowerShell script will be used to perform the health check of a security component.

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace