TagHelperDesignTimeDescriptorFactory.GetAssemblyLocation(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The path to the given assembly.