SecuritySupport.IsProductBinary(String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Shared Function IsProductBinary (file As String) As BooleanParameters
- file
- String
Name of file to check.
Returns
True when file has product binary signature.