FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsMalware..::..hasMalware Method (String, String)

Determines whether the specified o file data has malware.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool hasMalware(
	string oFileData,
	string fileName
)
Public Shared Function hasMalware ( _
	oFileData As String, _
	fileName As String _
) As Boolean
public:
static bool^ hasMalware(
	String^ oFileData, 
	String^ fileName
)

Parameters

oFileData
Type: String
The o file data.
fileName
Type: String
Name of the file.

Return Value

true if the specified o file data has malware; otherwise, false.