ReflectionDataSetFindAssembly Method
This is used to find an assembly by name
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public AssemblyDetails FindAssembly(
string assemblyName
)
Public Function FindAssembly (
assemblyName As String
) As AssemblyDetails
public:
AssemblyDetails^ FindAssembly(
String^ assemblyName
)
member FindAssembly :
assemblyName : string -> AssemblyDetails
- assemblyName String
- The assembly name without a path or extension or a strong name value.
If a strong name value is specified, a "starts with" comparison on the description is used to see if
the assembly is present in the framework. This allows for matches on strong names with processor
architecture specified which we don't have. If only a name is given, just the name is compared.
Comparisons are case-insensitive.
AssemblyDetailsThe assembly if found or null if not found