Assembly::GetFiles Method (Boolean)
.NET Framework (current version)
Gets the files in the file table of an assembly manifest, specifying whether to include resource modules.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- getResourceModules
-
Type:
System::Boolean
true to include resource modules; otherwise, false.
Implements
_Assembly::GetFiles(Boolean)| 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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: