Utils_FileGetAssembliesVersions Method (String, Boolean, Boolean) |
Gets all assemblies versions inside a folder.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static Dictionary<string, string> GetAssembliesVersions(
string folderPath,
bool includeSubFolders = false,
bool throwIfConflict = true
)
Parameters
- folderPath
- Type: SystemString
- includeSubFolders (Optional)
- Type: SystemBoolean
- throwIfConflict (Optional)
- Type: SystemBoolean
Return Value
Type:
DictionaryString,
StringA dictionary with assembly file name as key and version as value.
See Also