Gets the System.Reflection.AssemblyName for a given file.
- assemblyFile
- The path for the assembly whose System.Reflection.AssemblyName is to be returned.
An object that represents the given assembly file.
This will only work if the file contains an assembly manifest. This method causes the file to be opened and closed, but the assembly is not added to this domain.