IsReferenceable

public static bool IsReferenceable(Assembly assembly, Assembly reference) ;

Determine if the Assembly is referenced.

Parameter Name Description
assembly Assembly
reference Assembly to determine if it is referenced

Returns true if referenced.