Assembly::GetFiles Method ()
.NET Framework (current version)
Gets the files in the file table of an assembly manifest.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Assembly::GetFiles()| Exception | Condition |
|---|---|
| FileLoadException | A file that was found could not be loaded. |
| FileNotFoundException | A file was not found. |
| BadImageFormatException | A file was not a valid assembly. |
This method works on public and private resource files.
This overload is equivalent to calling the GetFiles(Boolean) overload and specifying false.
.NET Framework
Available since 1.1
Available since 1.1
Show: