Afficher : Delphi C++
Préférences d'affichage

System.SysUtils.IsAssembly

De XE2 API Documentation

Delphi

function IsAssembly(const FileName: string): Boolean;

C++

extern 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.

Versions précédentes
Traductions