Click or drag to resize

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)
Syntax
public static string GetFilePath(
	AssemblyName name
)

Parameters

name
Type: System.ReflectionAssemblyName
the assembly name

Return Value

Type: String
the corresponding file path
See Also