System.SysUtils.IsAssembly

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsAssembly(const FileName: string): Boolean;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Détermine si une dll est un assemblage.

Appelez IsAssembly pour déterminer si le NomFichier transmis est celui d'un assemblage .Net ou d'une DLL WIN32 traditionnelle. Le résultat est true si NomFichier est un assemblage.