public static PackageInfo FindForAssembly (Compilation.Assembly assembly);

Parameters

assemblyThe Assembly.

Returns

PackageInfo The PackageInfo object describing the package, or null if the Assembly or its Assembly Definition is not in a package.

Description

Retrieves information about the package containing an Assembly, or the Assembly Definition used to build that Assembly.