TagHelperDesignTimeDescriptorFactory.GetAssemblyLocation(Assembly) Method

Definition

Retrieves assembly's location on disk.

public:
 virtual System::String ^ GetAssemblyLocation(System::Reflection::Assembly ^ assembly);
public virtual string GetAssemblyLocation (System.Reflection.Assembly assembly);
abstract member GetAssemblyLocation : System.Reflection.Assembly -> string
override this.GetAssemblyLocation : System.Reflection.Assembly -> string
Public Overridable Function GetAssemblyLocation (assembly As Assembly) As String

Parameters

assembly
Assembly

The assembly.

Returns

String

The path to the given assembly.

Applies to