ITypeResolutionService.GetPathOfAssembly(AssemblyName) Method

Definition

Gets the path to the file from which the assembly was loaded.

public:
 System::String ^ GetPathOfAssembly(System::Reflection::AssemblyName ^ name);
public string GetPathOfAssembly (System.Reflection.AssemblyName name);
public string? GetPathOfAssembly (System.Reflection.AssemblyName name);
abstract member GetPathOfAssembly : System.Reflection.AssemblyName -> string
Public Function GetPathOfAssembly (name As AssemblyName) As String

Parameters

name
AssemblyName

The name of the assembly.

Returns

The path to the file from which the assembly was loaded.

Applies to