ITextTemplatingEngineHost.ResolveAssemblyReference(String) 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.
Allows a host to provide additional information about the location of an assembly.
public:
System::String ^ ResolveAssemblyReference(System::String ^ assemblyReference);
public string ResolveAssemblyReference (string assemblyReference);
abstract member ResolveAssemblyReference : string -> string
Public Function ResolveAssemblyReference (assemblyReference As String) As String
Parameters
- assemblyReference
- String
The assembly to resolve.
Returns
A String that contains the specified assembly reference or the specified assembly reference with additional information.