SecuritySupport.IsProductBinary(String) Method

Definition

Returns true if file has product binary signature.

public:
 static bool IsProductBinary(System::String ^ file);
public:
 static bool IsProductBinary(Platform::String ^ file);
 static bool IsProductBinary(std::wstring const & file);
public static bool IsProductBinary (string file);
static member IsProductBinary : string -> bool
Public Shared Function IsProductBinary (file As String) As Boolean

Parameters

file
String

Name of file to check.

Returns

True when file has product binary signature.

Applies to