Describes the name of a type and allows partial type names to be compared with one another.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.356.0)

Syntax

C#
[SerializableAttribute]
public sealed class TypeName : IEquatable<TypeName>
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class TypeName _
	Implements IEquatable(Of TypeName)

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection..::.TypeName

See Also