Returns a type name that has a partial assembly name instead of the full assembly name.

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

Syntax

C#
public TypeName ConvertToPartialAssemblyName()
Visual Basic (Declaration)
Public Function ConvertToPartialAssemblyName As TypeName

Return Value

The type name.

See Also