Returns the company name (producer) listed in assembly metadata.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string GetCompany(
	Assembly assembly
)

Parameters

assembly
Type: System.Reflection..::.Assembly
An assembly.

Return Value

The string contains the company name listed in assembly metadata assembly.

Remarks

Exceptions

ExceptionCondition
System..::.ArgumentNullException assembly is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also