RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.IsAssembly Function

Determines whether a dll is an Assembly.

Pascal
function IsAssembly(const FileName: string): Boolean;
C++
Boolean IsAssembly(const AnsiString FileName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!