Heureka API .NET Documentation
Before(Type) Method



Gets the result of a given type before treatment
Syntax
'Declaration
 
Public Overloads Function Before( _
   ByVal t As Type _
) As Object()
'Usage
 
Dim instance As Result
Dim t As Type
Dim value() As Object
 
value = instance.Before(t)
public object[] Before( 
   Type t
)
public:
array<Object^>^ Before( 
   Type^ t
) 

Parameters

t

Return Value

Found result, or null
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

Result Class
Result Members
Overload List

Send Feedback