System.SysUtils.IsAssembly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsAssembly(const FileName: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsAssembly(const System::UnicodeString FileName);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Determines whether a dll is an Assembly.

Call IsAssembly to determine whether the passed FileName is that of a .Net Assembly or a traditional WIN32 DLL. The result is True if FileName is an Assembly.