Menu

Represents an instance of a specific check for an image (application) that has enabled Application Verifier.

Methods

IAppVerifierImageCheck::get_Description method

Retrieves a textual description of the image check.

IAppVerifierImageCheck::get_Enabled method

Retrieves a value that indicates if the check is enabled.

IAppVerifierImageCheck::get_GroupName method

Retrieves the name of the group that contains the check.

IAppVerifierImageCheck::get_GuidString method

Retrieves a string that represents the globally unique identifier (GUID) for the check.

IAppVerifierImageCheck::get_LongName method

Retrieves the long name of the image check.

IAppVerifierImageCheck::get_MajorVersion method

Retrieves the major version of the check.

IAppVerifierImageCheck::get_MinorVersion method

Retrieves the minor version of the check.

IAppVerifierImageCheck::get_Name method

Retrieves the friendly name of the check.

IAppVerifierImageCheck::get_Properties method

Retrieves a collection of default properties of the check.

IAppVerifierImageCheck::get_Propigate method

Retrieves a flag that indicates if the check is propagated to child processes.

IAppVerifierImageCheck::get_Stops method

Retrieves a collection of Application Verifier stops that are associated with the check.

IAppVerifierImageCheck::put_Enabled method

Enables or disables the check for the associated image.

Inherits from

IDispatch interface

Requirements

Header: Vrfauto.h

Library: Vrfauto.dll

See Also