Creates an assembly signature.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public AssemblySignature(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::.String
The simple name of the assembly.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if is null.

See Also