Creates an assembly signature.
Namespace:
Gallio.Common.ReflectionAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if is null. |
