ComponentUtilitiesAssemblyFolder Method
This is used to get the physical location of the specified assembly
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string AssemblyFolder(
Assembly assembly
)
Public Shared Function AssemblyFolder (
assembly As Assembly
) As String
public:
static String^ AssemblyFolder(
Assembly^ assembly
)
static member AssemblyFolder :
assembly : Assembly -> string
- assembly Assembly
- The assembly for which to get the physical location (the currently executing
(calling) assembly if null).
StringThis returns the actual location of the assembly, where it was found versus where it is
executing from, which may be different if shadow copied. This is required in order to find
supporting files which will not be present in the shadow copied location.