TypeExtensions

Extension methods to augment .

Syntax

public static class TypeExtensions

Inheritance

Methods

SimpleAssemblyQualifiedName

public static string SimpleAssemblyQualifiedName(this Type type)
Guarantees the creation of an AssemblyQualifiedName that does not contain version or key details. That way when AssemblyVersions are incremented, the system will still attempt to process the .

Parameters

Returns

string A string containing the type name in the format “FullTypeName, SimpleAssemblyName”.