 | BaseAssemblyLoaderGetFilePath Method |
Decoded path of an AssemblyName
Namespace:
EBP.Framework.Common.Assemblies
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic static string GetFilePath(
AssemblyName name
)
Public Shared Function GetFilePath (
name As AssemblyName
) As String
Parameters
- name
- Type: System.ReflectionAssemblyName
the assembly name
Return Value
Type:
Stringthe corresponding file path
See Also