Determines whether a dll is an Assembly.
function IsAssembly(const FileName: string): Boolean;
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!
|