MetadataReader.GetAssemblyName(String) Method

Definition

Gets the AssemblyName for a given file.

public:
 static System::Reflection::AssemblyName ^ GetAssemblyName(System::String ^ assemblyFile);
public static System.Reflection.AssemblyName GetAssemblyName (string assemblyFile);
static member GetAssemblyName : string -> System.Reflection.AssemblyName
Public Shared Function GetAssemblyName (assemblyFile As String) As AssemblyName

Parameters

assemblyFile
String

The path to the assembly for which AssemblyName is to be returned.

Returns

An AssemblyName that represents the given assemblyFile.

Exceptions

assemblyFile is null.

assemblyFile is invalid.

assemblyFile is not found.

assemblyFile is not a valid assembly.

Applies to