Determines whether a dll is an Assembly.
function IsAssembly(const FileName: string): Boolean;
Boolean IsAssembly(const AnsiString FileName);
SysUtils
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|