DevForce Help Reference
Execute(Object) Method


Executes all VerifierExecutionModes.Instance verifiers associated with the specified object.
Syntax
'Declaration
 
Public Overloads Function Execute( _
   ByVal instance As Object _
) As VerifierResultCollection
'Usage
 
Dim instance As VerifierEngine
Dim instance As Object
Dim value As VerifierResultCollection
 
value = instance.Execute(instance)

Parameters

instance

Return Value

VerifierResultCollection containing the combined results of all executed verifiers
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierEngine Class
VerifierEngine Members
Overload List

Send Feedback